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=721
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=722",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=720",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "23436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053728.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "80760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054133.A549_lung_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7576",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43070.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "25789",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52469.KB_cervical_adenocarcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3945",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64223.KB_cervical_adenocarcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "24946",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR664POU.GM12878_female_B-cells_lymphoblastoid_cell_line.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "91",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000034.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030643.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5388",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030644.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3681",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032926.retina.RELA/"
        }
    ]
}