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=215
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=216",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=214",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "29654",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69646.hESC-1_Embryonic_stem_cells_PRIMED.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "7775",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69962.THP-1_acute_monocytic_leukemia_2D3.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49601",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE78113.MCF7_Invasive_ductal_breast_carcinoma_HYPOXIA.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52403",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE78113.MCF7_Invasive_ductal_breast_carcinoma_NORMOXIA.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43620",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE84432.VCaP_prostate_carcinoma_ETOH.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47747",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE84432.VCaP_prostate_carcinoma_R1881.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49567",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52860",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "5489",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69962.THP-1_acute_monocytic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCFL",
            "total_peaks": "3611",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050131.NIH_3T3_embryonic_fibroblasts.CTCFL/"
        }
    ]
}