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=388
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=389",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=387",
    "results": [
        {
            "tf_name": "GATA2",
            "total_peaks": "18961",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010290.G1E-ER4_embryonic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "88101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031715.uterus.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "727",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034978.embryonic_stem_cell-derived_hemangioblasts.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "2533",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034987.embryonic_stem_cell-derived_hematopoietic_progenitors.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "5443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035597.Lhx2_hematopoietic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "29588",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037841.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "194",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040706.WA09_embryonic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "6114",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040707.WA09_embryonic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "9397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048217.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "9633",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048218.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.GATA2/"
        }
    ]
}