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=429
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=430",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=428",
    "results": [
        {
            "tf_name": "HIF1A",
            "total_peaks": "2677",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE76770.NCI-H1299_large_cell_lung_carcinoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "3424",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39089.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_HYPOX.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "339",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39089.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_NOMO.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "2163",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43109.macrophages_HYPO_IL.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "688",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43109.macrophages_NORMO_IL.HIF1A/"
        },
        {
            "tf_name": "HINFP",
            "total_peaks": "101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055168.hTERT-RPE1.HINFP/"
        },
        {
            "tf_name": "HINFP",
            "total_peaks": "162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055172.U2OS_osteosarcoma.HINFP/"
        },
        {
            "tf_name": "HKB",
            "total_peaks": "37",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044137.whole_organism_development_stage_embryonic.HKB/"
        },
        {
            "tf_name": "HLF",
            "total_peaks": "5515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053463.LSK.HLF/"
        },
        {
            "tf_name": "HLF",
            "total_peaks": "88",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059039.NIH_3T3_embryonic_fibroblasts.HLF/"
        }
    ]
}