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=188
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=189",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=187",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "33292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030533.CD4-_CD8-_thymocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030553.B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27934",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030717.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41629",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030752.trophoblast_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030858.erythroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "26878",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030880.CD4_T-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17437",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030881.HeLa_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20639",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030882.Jurkat_T-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45114",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031023.cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031024.bone_marrow.CTCF/"
        }
    ]
}