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=135
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=136",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=134",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "65910",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047805.THP-1_acute_monocytic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71246",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047806.THP-1_acute_monocytic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047811.THP-1_acute_monocytic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44624",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047812.THP-1_acute_monocytic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34195",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047825.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32763",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047826.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32611",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047827.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "31806",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047828.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "22421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047906.WA09_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "13486",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047907.WA09_embryonic_stem_cells.CTCF/"
        }
    ]
}