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=178
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=179",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=177",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "34163",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR469POZ.tibial_nerve.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25321",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR606TNN.vagina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32520",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR572DUJ.pancreas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "7692",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR038FOS.suprapubic_skin.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40078",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR434XLP.tibial_nerve.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20845",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR066GBX.right_atrium_auricular_region.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39604",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR419ANE.Peyers_patch.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27147",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR744YJR.thyroid_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28183",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR074SFL.esophagus_muscularis_mucosa.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30061",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR798NVH.uterus.CTCF/"
        }
    ]
}