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=350
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=351",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=349",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "70",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059051.NIH_3T3_embryonic_fibroblasts.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "51573",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "65618",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.ZR-75-1_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "87759",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45201.MDA-MB-453_breast_adenocarcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "102122",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLE.HepG2_hepatoblastoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "85957",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMO.HepG2_hepatoblastoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "40058",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR126YEB.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "10071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000618.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "45439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000624.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "3283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030887.hepatocytes.FOXA1/"
        }
    ]
}