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=590
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=591",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=589",
    "results": [
        {
            "tf_name": "NFIA",
            "total_peaks": "28824",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038549.K562_myelogenous_leukemia.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "69091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039883.HepG2_hepatoblastoma.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "764",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051517.ESC-derived_glial_progenitor_cells.NFIA/"
        },
        {
            "tf_name": "NFIB",
            "total_peaks": "17326",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR582ZOA.MCF7_Invasive_ductal_breast_carcinoma.NFIB/"
        },
        {
            "tf_name": "NFIB",
            "total_peaks": "25868",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR702BYX.MCF7_Invasive_ductal_breast_carcinoma.NFIB/"
        },
        {
            "tf_name": "NFIB",
            "total_peaks": "46327",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031855.hair_follicle_stem_cells.NFIB/"
        },
        {
            "tf_name": "NFIB",
            "total_peaks": "25112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036420.16T_small_cell_lung_carcinoma.NFIB/"
        },
        {
            "tf_name": "NFIB",
            "total_peaks": "29443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036421.KP1_small_cell_lung_carcinoma.NFIB/"
        },
        {
            "tf_name": "NFIB",
            "total_peaks": "12222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036422.KP22_small_cell_lung_carcinoma.NFIB/"
        },
        {
            "tf_name": "NFIC",
            "total_peaks": "4124",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000512.embryonic_fibroblasts.NFIC/"
        }
    ]
}