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=74
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=75",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=73",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "81401",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000946.U937_adult_acute_monocytic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "52414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000947.U937_adult_acute_monocytic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "2825",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000952.K562_myelogenous_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "2178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030673.B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "7255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030872.3T3-L1-derived_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "11147",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030873.3T3-L1-derived_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "63215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030935.HepG2_hepatoblastoma.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "39973",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031823.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "43794",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031824.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "33930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031825.liver.CEBPA/"
        }
    ]
}