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=152
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=153",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=151",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "23383",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056117.trophoblast_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "967",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056118.trophoblast_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "31662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056129.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49229",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056130.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27845",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056437.pancreas.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "116771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057858.MCF7L-Pimmortalized_breast_epithelial_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "64521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057860.MCF7L-Pimmortalized_breast_epithelial_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42871",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057862.MCF7L-Pimmortalized_breast_epithelial_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60424",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057864.MCF7L-Pimmortalized_breast_epithelial_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71164",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057866.MCF7L-Pimmortalized_breast_epithelial_cell_line.CTCF/"
        }
    ]
}