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=931
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=932",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=930",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "4239",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59176.mdamb468.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "257",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64877.HepG2_hepatoblastoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2074",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004176.U2OS_osteosarcoma_UV_16H.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2209",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004176.U2OS_osteosarcoma_UV_8H.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1174",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP014035.BC3_NUT.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "152",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP014035.BC3_TPA_24H.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "52",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP014035.BC3_TPA_4H.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "19606",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39912.hESC-1_Embryonic_stem_cells_DAMAGED.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "15055",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39912.hESC-1_Embryonic_stem_cells_DIFF.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "19675",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42728.IMR90_lung_fibroblasts_SENES_SHLUC.TP53/"
        }
    ]
}