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=116
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=117",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=115",
    "results": [
        {
            "tf_name": "CREB1",
            "total_peaks": "800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034488.BMDM_bone_marrow-derived_macrophages.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "22889",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037029.hepatocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "25724",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037418.brown_preadipocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "25256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037419.brown_preadipocytes.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "25340",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP_prostate_carcinoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "81986",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72082.HepG2_hepatoblastoma.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "52322",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP-abl_Prostate_carcinoma_SHCTR.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "59226",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP-abl_Prostate_carcinoma_SHFOXA1.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "481",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74928.KG1_acute_myeloid_leukemia_DMSO.CREB1/"
        },
        {
            "tf_name": "CREB1",
            "total_peaks": "5381",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74928.KG1_acute_myeloid_leukemia_XX65023.CREB1/"
        }
    ]
}