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=183
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=184",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=182",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "23",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000631.pro-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000632.mature_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "85578",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000647.ES-E14_E14_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000649.ES-E14_E14_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "80225",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000678.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000776.lymphoblastoid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "86225",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000777.lymphoblastoid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "91693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000778.lymphoblastoid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "75857",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000779.lymphoblastoid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "79261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000780.lymphoblastoid_cells.CTCF/"
        }
    ]
}