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=428
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=429",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=427",
    "results": [
        {
            "tf_name": "HIF1A",
            "total_peaks": "28228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057822.PC3bone_mets_prostate_adenocarcinoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "61253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057826.PC3bone_mets_prostate_adenocarcinoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "7288",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057827.PC3bone_mets_prostate_adenocarcinoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "278649",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59935.T47D_invasive_ductal_carcinoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034004.E12_5_embryonic_heart.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035004.U2OS_osteosarcoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037783.melan-Ink4a-Arf-null_melanocytes.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "2552",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE34871.RCC_7860_Renal_cell_carcinoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "9193",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67237.786o-hif1a.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "7322",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67237.786o-hif2a.HIF1A/"
        }
    ]
}