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=307
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=308",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=306",
    "results": [
        {
            "tf_name": "ESRRA",
            "total_peaks": "28800",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR486IFJ.K562_myelogenous_leukemia.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "12428",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR954WVZ.MCF7_Invasive_ductal_breast_carcinoma.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "3892",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR337NQP.MCF7_Invasive_ductal_breast_carcinoma.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "15300",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031907.liver.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "37201",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036370.C2C12_myotubes.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "5276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037401.frontal_cortex.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "14160",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75876.BT-474_breast_invasive_ductal_carcinoma_AICAR.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "23027",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE81651.BT-474_breast_invasive_ductal_carcinoma_EGF.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "38149",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE81651.BT-474_breast_invasive_ductal_carcinoma_HRG.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "29877",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE81651.SK-BR-3_breast_adenocarcinoma_EGF.ESRRA/"
        }
    ]
}