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=199
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=200",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=198",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "37616",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037613.E10_5_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40577",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037674.P1_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037799.E14_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35257",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037800.E16_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21724",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037801.E18_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037802.E23_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30010",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037803.retinoblastoma_xenograft.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037861.fibroblast-derived_iPSCs_fG140_03.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62869",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037862.fibroblast-derived_iPSCs_fG140_04.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037863.fibroblast-derived_iPSCs_fMG02.CTCF/"
        }
    ]
}