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=387
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=388",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=386",
    "results": [
        {
            "tf_name": "GATA1",
            "total_peaks": "87311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038306.CD34_bone_marrow_cell-derived_erythroid_progenitors.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "64928",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040807.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "149",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.CHRF28811.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "193468",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52924.CD34_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "114917",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70482.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "18777",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29194.CD34_cells_ERYTH_BIO.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "21563",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29194.CD34_cells_ERYTH_BMP.GATA1/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "28950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000941.K562_myelogenous_leukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "13639",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000942.K562_myelogenous_leukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "12999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000978.G1E-ER4_embryonic_stem_cells.GATA2/"
        }
    ]
}