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=850
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=851",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=849",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "27879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030516.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "1874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031530.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "985",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031536.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "14928",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032399.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "19014",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033035.3T3-L1_embryonic_fibroblasts.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "15439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033480.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "13258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033483.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "1528",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033493.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "2052",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033497.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "1213",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033501.BMDM_bone_marrow-derived_macrophages.STAT1/"
        }
    ]
}