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=355
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=356",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=354",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "67779",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23852.MCF7_Invasive_ductal_breast_carcinoma_E2.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "60192",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23852.MCF7_Invasive_ductal_breast_carcinoma_ETOH.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "48522",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28264.LNCaP_prostate_carcinoma_DHT.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "82886",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28264.LNCaP_prostate_carcinoma_ETOH.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "37874",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30623.LNCaP_prostate_carcinoma_1F5.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "9948",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30623.LNCaP_prostate_carcinoma_1F5_SIFOXA1.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "100733",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE37345.LNCaP_prostate_carcinoma_SHCTR_R1881.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "79579",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE37345.LNCaP_prostate_carcinoma_SHFOXA1_R1881.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "5116",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39241.HuH7_hepatocellular_carcinoma_ASYNC.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "60",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39241.HuH7_hepatocellular_carcinoma_MITO.FOXA1/"
        }
    ]
}