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=186
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=187",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=185",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "58000",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010510.MEL_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69418",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010565.thymus.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54728",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010612.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "31416",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010680.cerebellum.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010709.C2C12_myoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25652",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010735.testis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39213",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010990.brain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39914",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011053.small_intestine.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011061.spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21833",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011085.limb.CTCF/"
        }
    ]
}