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=914
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=915",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=913",
    "results": [
        {
            "tf_name": "TFCP2",
            "total_peaks": "346",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049879.BEL-7402_Human_papillomavirus-related_endocervical_adenocarcinoma.TFCP2/"
        },
        {
            "tf_name": "TFDP1",
            "total_peaks": "8120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037392.MM1_S_plasma_cell_myeloma.TFDP1/"
        },
        {
            "tf_name": "TFDP1",
            "total_peaks": "2895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037394.U266_plasma_cell_myeloma.TFDP1/"
        },
        {
            "tf_name": "TFDP1",
            "total_peaks": "6195",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR017GBO.K562_myelogenous_leukemia.TFDP1/"
        },
        {
            "tf_name": "TFDP1",
            "total_peaks": "13156",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR224IKA.K562_myelogenous_leukemia.TFDP1/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "14981",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031661.embryonic_stem_cells.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "488",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031662.embryonic_stem_cells.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "2367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035786.embryonic_fibroblasts.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "4146",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035787.embryonic_fibroblasts.TFE3/"
        },
        {
            "tf_name": "TFE3",
            "total_peaks": "14059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035796.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.TFE3/"
        }
    ]
}