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=472
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=473",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=471",
    "results": [
        {
            "tf_name": "IRF8",
            "total_peaks": "36414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040738.bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052453.CD4_T-cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "551",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052458.CD4_T-cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "9974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059222.spleen__lymph_nodes.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031639.CD4_T-cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "41603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032458.dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "4348",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032459.dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "33665",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032460.dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "19340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033468.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "7011",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033471.BMDM_bone_marrow-derived_macrophages.IRF8/"
        }
    ]
}