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=214
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=215",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=213",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "89326",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.MCF7_Invasive_ductal_breast_carcinoma_E2_SHCTR.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55101",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_E2.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52804",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_TAM.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29654",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma_SIRAD21.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "109848",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52457.WA01_H1_human_embryonic_stem_cells_EMB.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "101893",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52457.WA01_H1_human_embryonic_stem_cells_MESEN.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51201",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52457.WA01_H1_human_embryonic_stem_cells_MESEN_STEM.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60079",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52457.WA01_H1_human_embryonic_stem_cells_NEUR.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "93402",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52457.WA01_H1_human_embryonic_stem_cells_TROP.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "64626",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69646.hESC-1_Embryonic_stem_cells_NAIVE.CTCF/"
        }
    ]
}