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=627
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=628",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=626",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "11142",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_TA.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "9277",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_TA_TNFA.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "447",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE24518.HeLa-B2_TNFA.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "10799",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30623.LNCaP_prostate_carcinoma_1F5.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "16698",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30623.LNCaP_prostate_carcinoma_1F5_SIFOXA1.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "3197",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45638.LCL_lymphoblastoid_cell_line_DEX.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "206",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45638.LCL_lymphoblastoid_cell_line_ETOH.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "55090",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65847.U2OS_osteosarcoma_SHHIC5.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17005",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65847.U2OS_osteosarcoma_SHNS.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5339",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67046.NALM-6_adult_B_acute_lymphoblastic_leukemia_CASP1.NR3C1/"
        }
    ]
}