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=172
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=173",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=171",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "55234",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR856JJB.RWPE2.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47796",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR265ARE.VCaP_prostate_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34989",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR661XNQ.gastroesophageal_sphincter.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "1872",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR618QYE.stomach.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34444",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR981CID.testis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "4887",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR582MTM.lower_leg_skin.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30253",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR785YRL.neutrophils.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39975",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR799WDT.Peyers_patch.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "6111",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR558HTE.transverse_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36961",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR972LYL.upper_lobe_of_left_lung.CTCF/"
        }
    ]
}