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=212
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=213",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=211",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "56641",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm19193.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81881",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm19238.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "83244",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm19239.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "77075",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm19240.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "82073",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm2255.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "84833",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm2588.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "90264",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm2610.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "87136",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.gm2630.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "101042",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50893.snyder.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59939",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67783.erythroid_cells.CTCF/"
        }
    ]
}