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=139
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=140",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=138",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "10432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050415.flow_sorted_pre-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "5301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050416.flow_sorted_pre-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46430",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050471.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38602",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050472.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48772",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050473.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41970",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050474.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050475.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54184",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050476.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050477.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44454",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050478.induced_pluripotent_stem_cells.CTCF/"
        }
    ]
}