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=184
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=185",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=183",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "85159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000781.lymphoblastoid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "10787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000908.CD34_hematopoietic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "65574",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000992.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "98825",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001021.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001023.FB8470_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49316",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001025.FB0167P_progeria_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001027.D54_H54_Human_glioblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010091.heart.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010134.MEL_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39376",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010181.liver.CTCF/"
        }
    ]
}