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=216
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=217",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=215",
    "results": [
        {
            "tf_name": "CTCFL",
            "total_peaks": "19746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050132.NIH_3T3_embryonic_fibroblasts.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "6885",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050134.P19_embryonic_carcinoma.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "26338",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNK.K562_myelogenous_leukemia.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "287",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030718.embryonic_stem_cells.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "7876",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030719.embryonic_stem_cells.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "15026",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.Delta47_plasma_cell_myeloma.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "32044",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.K562_myelogenous_leukemia.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "15",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.NHDF.CTCFL/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "34458",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.OVCAR8_high_grade_ovarian_serous_adenocarcinoma.CTCFL/"
        },
        {
            "tf_name": "CUX1",
            "total_peaks": "645",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYR.GM12878_female_B-cells_lymphoblastoid_cell_line.CUX1/"
        }
    ]
}