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=469
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=470",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=468",
    "results": [
        {
            "tf_name": "IRF4",
            "total_peaks": "8299",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma_SHCTR.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "751",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma_SHSPIB.IRF4/"
        },
        {
            "tf_name": "IRF4",
            "total_peaks": "9089",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma.IRF4/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "733",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031542.peripheral_blood_mononuclear_cells.IRF5/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "1694",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031543.peripheral_blood_mononuclear_cells.IRF5/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031553.peripheral_blood_mononuclear_cells.IRF5/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "401",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053546.bone_marrow_dendritic_cells.IRF5/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "240",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053547.bone_marrow_dendritic_cells.IRF5/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053548.bone_marrow_dendritic_cells.IRF5/"
        },
        {
            "tf_name": "IRF5",
            "total_peaks": "403",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053549.bone_marrow_dendritic_cells.IRF5/"
        }
    ]
}