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=740
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=741",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=739",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "10459",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031137.L8057_megakaryoblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "5474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031323.dendritic_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "2069",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031324.dendritic_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "6509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031325.dendritic_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "12976",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031689.hematopoietic_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "43357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032406.CUTLL1_T-cell_lymphoblastic_lymphoma_1.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "11992",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034452.embryonic_stem_cell-derived_myeloid_progenitors.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "25508",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034740.CD4_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "4746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034990.embryonic_stem_cell-derived_hematopoietic_progenitors.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "1470",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034995.embryonic_stem_cell-derived_macrophages.RUNX1/"
        }
    ]
}