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=451
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=452",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=450",
    "results": [
        {
            "tf_name": "HSF1",
            "total_peaks": "19677",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45852.M0-91_acute_myeloid_leukemia_CHX_10UM.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "2070",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45852.MCF7_Invasive_ductal_breast_carcinoma_CHX_10UM.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "8991",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60984.U2OS_osteosarcoma_HEAT.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "9778",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60984.U2OS_osteosarcoma_HEAT_20.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "28770",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45852.M0-91_acute_myeloid_leukemia.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1023",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45852.MCF7_Invasive_ductal_breast_carcinoma.HSF1/"
        },
        {
            "tf_name": "HSF2",
            "total_peaks": "666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030799.K562_myelogenous_leukemia.HSF2/"
        },
        {
            "tf_name": "HSF2",
            "total_peaks": "4542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033546.spermatocytes.HSF2/"
        },
        {
            "tf_name": "HSF2",
            "total_peaks": "400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033547.spermatocytes.HSF2/"
        },
        {
            "tf_name": "HTH",
            "total_peaks": "1147",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR808XNJ.whole_organism_development_stage_embryonic.HTH/"
        }
    ]
}