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=191
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=192",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=190",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "24",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031375.embryonic_stem_cell-derived_neural_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031555.PrEC_prostate_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031556.LNCaP_prostate_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031621.trophoblast_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "11567",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031628.differentiated_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031629.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30051",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031684.pre-pro-B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031685.pro-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46834",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031784.CD4_CD8_thymocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43883",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031786.pro-B_cells.CTCF/"
        }
    ]
}