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=177
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=178",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=176",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "48432",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR408XTO.pancreas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39746",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR450BLH.adrenal_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40153",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR254YRM.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35585",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR829HTO.prostate_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "19657",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR304XUZ.breast_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "19366",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR998NQG.gastrocnemius_medialis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "1146",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR762PCG.subcutaneous_adipose_tissue.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "10614",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR925GDS.sigmoid_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32311",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR482PMN.spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45418",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR146BGM.gastroesophageal_sphincter.CTCF/"
        }
    ]
}