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=140
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=141",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=139",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "41192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050479.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45827",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050480.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050481.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050482.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30531",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050483.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050484.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43864",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050485.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "31509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050486.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51195",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050487.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42678",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050488.induced_pluripotent_stem_cells.CTCF/"
        }
    ]
}