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=724
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=725",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=723",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "2682",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma_E2_TNF.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1577",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma_TNF.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "18338",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62482.CD4_TH1_BAY.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "21703",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62482.CD4_TH1_DMSO.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "75058",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64233.SGBS_Simpson_Golabi_Behmel_syndrome_type_1_adipocytes_TNF.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4577",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77225.HDFhuman_dermal_fibroblasts_DMSO.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "10674",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77225.HDFhuman_dermal_fibroblasts_NUTLIN.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "20496",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_DHT_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "29272",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_SICTR_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "37612",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_SIFOXA1_TNFA.RELA/"
        }
    ]
}