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=723
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=724",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=722",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "8439",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_P65KD_TA_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1369",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_TA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "18299",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_TA_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "21844",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "920",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE34500.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_TNF_0M.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "29843",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE34500.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_TNF_30M.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "22663",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43070.IMR90_lung_fibroblasts_TNF.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "6831",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51169.AC16_normal_cardiomyocytes_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "19551",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53998.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_TNF_JQ1.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "945",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma_E2.RELA/"
        }
    ]
}