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=163
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=164",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=162",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "75231",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMR.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "101727",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMV.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42032",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMY.medulloblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55353",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNA.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "70281",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNC.keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48155",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DND.pancreas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39311",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNI.spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66089",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPF.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59770",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPG.AG04449_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47125",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPM.AG04450_fibroblasts.CTCF/"
        }
    ]
}