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=171
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=172",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=170",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "33214",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR003SZZ.esophagus_squamous_epithelium.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53243",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR450FRI.esophagus_squamous_epithelium.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "484",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR790VEV.subcutaneous_adipose_tissue.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34939",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR697YIN.breast_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41504",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR822PJT.tibial_nerve.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17475",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR234HEM.spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32201",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR608WPS.transverse_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41180",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR186NVR.gastroesophageal_sphincter.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54326",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR375VXU.Peyers_patch.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60203",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR196HOM.epithelial_cell_of_prostate.CTCF/"
        }
    ]
}