This API provides an easy-to-use REST web interface to query/retrieve data from the UniBind database. The API comes with a human browsable interface and also a programmatic interface which return the results in different formats, including json, jsonp, yaml, bed, and also api for a browsable interface.
GET /api/v1/datasets?format=api&page=151
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9654,
    "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=152",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=150",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "66084",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054043.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "88859",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054054.DND41_acute_lymphoblastic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054057.CD20.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54388",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054064.RO01746_CD14_monocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "94168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054083.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63263",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054084.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48610",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055795.HAP1_chronic_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54580",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055798.HAP1_chronic_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056002.whole_brain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "2773",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056116.trophoblast_stem_cells.CTCF/"
        }
    ]
}