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=427
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=428",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=426",
    "results": [
        {
            "tf_name": "HIF1A",
            "total_peaks": "4177",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048737.HepG2_hepatoblastoma.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048740.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "219",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048743.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "487",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048746.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048749.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "2102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048753.HKC8_kidney_proximal_tubule_cell_line.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049260.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053460.frontal_cortex.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "1016",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053461.frontal_cortex.HIF1A/"
        },
        {
            "tf_name": "HIF1A",
            "total_peaks": "97453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057821.PC3bone_mets_prostate_adenocarcinoma.HIF1A/"
        }
    ]
}