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=168
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=169",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=167",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "55903",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DVQ.human_villous_mesenchymal_fibroblast_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48336",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DWE.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "65372",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DWH.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DWN.NB4_acute_promyelocytic_leukemia_.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49883",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DWQ.primary_foreskin_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "68240",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DWX.keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44323",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DWY.normal_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "64724",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DXD.epithelial_cell_of_proximal_tubule.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69035",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DXI.bronchial_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66757",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DXW.WERI-Rb-1_retinoblastoma.CTCF/"
        }
    ]
}