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=179
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=180",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=178",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "19220",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR493APD.ovary.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47385",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR791AYW.heart_left_ventricle.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24376",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR970UZD.upper_lobe_of_left_lung.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "5596",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR089DTY.omental_fat_pad.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "12048",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR225OKX.omental_fat_pad.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27823",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR303GFI.RWPE1_prostate_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41711",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR265PFQ.pancreas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24698",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR173AIR.stomach.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27724",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR014GSQ.adrenal_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28483",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR428BKN.gastrocnemius_medialis.CTCF/"
        }
    ]
}