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=633
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=634",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=632",
    "results": [
        {
            "tf_name": "NRF1",
            "total_peaks": "10905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038537.K562_myelogenous_leukemia.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "18933",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038538.K562_myelogenous_leukemia.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "11570",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038544.HepG2_hepatoblastoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "12873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038568.MCF7_Invasive_ductal_breast_carcinoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "6202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038569.MCF7_Invasive_ductal_breast_carcinoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "6897",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53133.Namalwa_Burkitt_lymphoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "27910",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67867.HCC1954_ductal_breast_carcinoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "30372",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67867.HMEC-1.NRF1/"
        },
        {
            "tf_name": "OC",
            "total_peaks": "3911",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR266HYG.whole_organism_development_stage_embryonic.OC/"
        },
        {
            "tf_name": "OCT4",
            "total_peaks": "89",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE17917.esc.OCT4/"
        }
    ]
}