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=821
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=822",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=820",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "40539",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052118.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "5431",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052119.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "87662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052120.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "30916",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052121.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "94463",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052122.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "69658",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052123.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "1841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052454.CD4_T-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "66660",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054624.GM12878_female_B-cells_lymphoblastoid_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "96723",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058742.neutrophils_derived_from_immortalized_progenitors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "57230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058743.neutrophils_derived_from_immortalized_progenitors.SPI1/"
        }
    ]
}