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=173
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=174",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=172",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "20972",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR494TNM.testis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR776AEL.stomach.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "1122",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR430TEE.lower_leg_skin.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "19434",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR960MDF.ascending_aorta.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46342",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR720USO.prostate_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30289",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR028YEV.spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36125",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR307PFP.pancreas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "22672",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR391ZKN.Peyers_patch.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17543",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR222SQE.sigmoid_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "31953",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR756URL.esophagus_squamous_epithelium.CTCF/"
        }
    ]
}