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=356
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=357",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=355",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "19885",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.LNCaP_C4-2B_prostate_carcinoma_DHT.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "92983",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.MCF7_Invasive_ductal_breast_carcinoma_SICTR.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "115844",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.MCF7_Invasive_ductal_breast_carcinoma_SIGATA.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "119483",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_FOXA1_ARC562S.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "93872",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_FOXA1_ARQ6540X.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "82079",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_FOXA1_HIGH.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "234350",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56086.VCaP_prostate_carcinoma_ETOH.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "237409",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56086.VCaP_prostate_carcinoma_R1881.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "198940",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56086.VCaP_prostate_carcinoma_SHCTR_R1881.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "201060",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56086.VCaP_prostate_carcinoma_SHPIAS1_R1881.FOXA1/"
        }
    ]
}