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=470
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=471",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=469",
    "results": [
        {
            "tf_name": "IRF5",
            "total_peaks": "4924",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR976TBC.GM12878_female_B-cells_lymphoblastoid_cell_line.IRF5/"
        },
        {
            "tf_name": "IRF7",
            "total_peaks": "2637",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034197.myeloid_cells.IRF7/"
        },
        {
            "tf_name": "IRF7",
            "total_peaks": "6478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034198.myeloid_cells.IRF7/"
        },
        {
            "tf_name": "IRF7",
            "total_peaks": "8782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034199.myeloid_cells.IRF7/"
        },
        {
            "tf_name": "IRF7",
            "total_peaks": "7811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034200.myeloid_cells.IRF7/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "12503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031559.Tot2_myeloid_progenitor_cell_line.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "3680",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031640.CD4_T-cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "23827",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033469.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "31834",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033470.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "12179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033472.BMDM_bone_marrow-derived_macrophages.IRF8/"
        }
    ]
}