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=211
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=212",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=210",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "52220",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm10847.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81940",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm12878.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "80635",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm12890.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "87100",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm12891.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "79391",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm12892.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81674",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm18486.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52336",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm18505.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56183",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm18526.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51121",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm18951.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49484",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm19099.CTCF/"
        }
    ]
}