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=174
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=175",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=173",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "40501",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR362VNF.E14TG2A_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51661",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR252QYR.hepatocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34857",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR661NXJ.breast_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35435",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR955BIB.thyroid_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "6837",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR515LRI.suprapubic_skin.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38036",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR668BTN.thoracic_aorta.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39636",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR833FWC.transverse_colon.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17102",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR549WAU.stomach.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46574",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR243INX.PC9_lung_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "149",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR005LPI.omental_fat_pad.CTCF/"
        }
    ]
}