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=844
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=845",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=843",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "19361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031532.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "13391",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031533.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "5531",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031537.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "29016",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033481.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "16245",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033482.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "28771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033484.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "21133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033485.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "15747",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033486.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "10406",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033494.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "16524",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033495.BMDM_bone_marrow-derived_macrophages.STAT1/"
        }
    ]
}