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=180
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=181",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=179",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "43437",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR460LGH.LNCaP_C4-2B_prostate_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40277",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR838RUX.esophagus_squamous_epithelium.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38689",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR206ETG.gastroesophageal_sphincter.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25283",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR907BES.transverse_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56395",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR240PRQ.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73309",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR560BUE.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59888",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR541AMF.SK-N-SH_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47708",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR713SXF.human_cardiac_myocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34138",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR430YRJ.KMS-11_Plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56257",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR611JJS.A673_Ewing_sarcoma.CTCF/"
        }
    ]
}