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=194
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=195",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=193",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034572.E14_5_brain-derived_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034752.fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56647",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035127.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32988",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035701.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "58809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035856.macrophage-derived_p20_iPS.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035857.macrophage-derived_p3_iPS.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "65803",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035858.embryonic_fibroblast-derived_p20_iPSC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "64262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035859.embryonic_fibroblast-derived_p3_iPSC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72751",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035860.neural_stem_cell-derived_p20_iPSC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81645",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035861.neural_stem_cell-derived_p3_iPSC.CTCF/"
        }
    ]
}