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=195
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=196",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=194",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "73368",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035862.preB-derived_p20_induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "80915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035863.preB-derived_p3_induced_pluripotent_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035951.HEK293_embryonic_kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036562.SK-OV-3_ovarian_serous_cystadenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036698.HUES64_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036699.HUES64_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50747",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036700.HUES64_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036701.HUES64_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "90846",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036784.HUES64_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036841.OCI-LY7_diffuse_large_B-cell_lymphoma.CTCF/"
        }
    ]
}