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=164
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=165",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=163",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "34819",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPP.AG09309_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55554",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPS.AG09319_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46115",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPV.AG10803_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51819",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPY.aortic_adventitial_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56448",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DQD.BE2C.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53086",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DQI.BJ_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46082",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DQN.Caco-2_colon_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50507",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DQW.GM06990_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "22904",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DQY.GM12801_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43564",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRB.GM12864_male_B-cells.CTCF/"
        }
    ]
}