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=165
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=166",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=164",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "40361",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRE.GM12865_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56183",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRF.GM12866_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50197",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRH.GM12867_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52787",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRI.GM12868_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60031",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRJ.GM12869_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49228",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRK.GM12870_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41816",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRN.GM12872_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49980",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRP.GM12873_female_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49451",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRR.GM12874_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46393",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DRU.GM12875_female_B-cells.CTCF/"
        }
    ]
}