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=167
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=168",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=166",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "48879",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUH.primary_foreskin_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUM.HFF-Myc_fetal_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36498",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUP.HL-60_acute_myeloid_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54934",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUS.mammary_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43824",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUU.fibroblast_of_mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56208",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUX.fibroblast_of_pulmonary_artery.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42829",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DVA.normal_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "65537",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DVH.kidney_epithelial_cell.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53616",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DVI.retinal_pigment_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57129",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DVP.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.CTCF/"
        }
    ]
}