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=75
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=76",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=74",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "38546",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031826.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "38070",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031827.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "32591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031828.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "29242",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031829.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "34007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031830.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "38987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032083.peritoneal_macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "47855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032084.peritoneal_macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "45553",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032085.peritoneal_macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "50100",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032086.peritoneal_macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "43978",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032088.peritoneal_macrophages.CEBPA/"
        }
    ]
}