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=459
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=460",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=458",
    "results": [
        {
            "tf_name": "IRF2",
            "total_peaks": "4938",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70660.CD34_cells.IRF2/"
        },
        {
            "tf_name": "IRF2",
            "total_peaks": "24028",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR376WCJ.K562_myelogenous_leukemia.IRF2/"
        },
        {
            "tf_name": "IRF2",
            "total_peaks": "69869",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR604UJV.HepG2_hepatoblastoma.IRF2/"
        },
        {
            "tf_name": "IRF2",
            "total_peaks": "6220",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040336.embryonic_fibroblasts.IRF2/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "22489",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030430.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "22811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030431.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034718.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034719.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "1596",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034720.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "9359",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034721.BMDM_bone_marrow-derived_macrophages.IRF3/"
        }
    ]
}