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=160
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=161",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=159",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "63795",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000APF.osteoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43596",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000APM.fibroblast_of_dermis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73513",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AQU.DND41_acute_lymphoblastic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43342",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ATN.CD14_monocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47915",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AUV.B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63427",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIE.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49864",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNH.WA01_H1_human_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53498",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPJ.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40178",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSE.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67921",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKN.D54_H54_Human_glioblastoma.CTCF/"
        }
    ]
}