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=204
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=205",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=203",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "57902",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038649.primary_T-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "16635",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038672.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39244",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038674.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "23921",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038677.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038679.cerebral_cortex.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038767.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038773.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73739",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038774.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "70996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038881.Th0-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038882.Th0-cells.CTCF/"
        }
    ]
}