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=915
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=916",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=914",
    "results": [
        {
            "tf_name": "TFE3",
            "total_peaks": "20617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035797.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "13783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031660.embryonic_stem_cells.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "862",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035785.embryonic_fibroblasts.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "2634",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035795.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "50264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040043.HepG2_hepatoblastoma.TFE3/"
        },
        {
            "tf_name": "TFEB",
            "total_peaks": "15324",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053387.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.TFEB/"
        },
        {
            "tf_name": "TGIF1",
            "total_peaks": "4762",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033217.MAF-9_MLL-AF9_transduced_mouse_bone_marrow_cells.TGIF1/"
        },
        {
            "tf_name": "TGIF1",
            "total_peaks": "27697",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033218.MAF-9_MLL-AF9_transduced_mouse_bone_marrow_cells.TGIF1/"
        },
        {
            "tf_name": "TGIF1",
            "total_peaks": "1721",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033429.embryonic_stem_cells.TGIF1/"
        },
        {
            "tf_name": "TGIF2",
            "total_peaks": "2395",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033432.embryonic_stem_cells.TGIF2/"
        }
    ]
}