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=141
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=142",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=140",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "45859",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050489.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43567",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050490.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050491.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47678",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050492.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050493.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27722",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050494.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "23489",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050495.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35719",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050496.induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "18825",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050497.NRL-GFP_sorted_Rod_cell_postnatal_day_21.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "11752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050498.NRL-GFP_sorted_Rod_cell_postnatal_day_6.CTCF/"
        }
    ]
}