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=86
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=87",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=85",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "28405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031831.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "63370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031832.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "44745",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031833.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "37817",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031834.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "39309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031835.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "41082",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031836.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "28243",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031837.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "33384",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031838.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "9459",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031959.dermal_fibroblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "11431",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031960.dermal_fibroblasts.CEBPB/"
        }
    ]
}