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=158
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=159",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=157",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "68717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059872.E14TG2A_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62937",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059873.E14TG2A_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46937",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000783.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "9286",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43098.monocyte.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "18635",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46832.lymphocyte.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "324",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74850.tlymphocyte.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72982",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE78113.RCC_7860_Renal_cell_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59714",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AHD.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34390",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AKB.GM12878_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57476",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AKO.K562_myelogenous_leukemia.CTCF/"
        }
    ]
}