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=382
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=383",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=381",
    "results": [
        {
            "tf_name": "GATA1",
            "total_peaks": "8351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011013.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "4924",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011030.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "8121",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011069.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "21212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011135.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "9091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031229.embryonic_stem_cell-derived_erythroid_progenitors.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "2494",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031230.embryonic_stem_cell-derived_erythroid_progenitors.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "6410",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031447.CD34_hematopoietic_stem_cells-derived_proerythroblasts.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "24555",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031448.CD34_hematopoietic_stem_cells-derived_proerythroblasts.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "24742",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034084.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "14185",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034085.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        }
    ]
}