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=823
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=824",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=822",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "24233",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000212.embryonic_stem_cell-derived_erythroid_progenitors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "34734",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000339.embryonic_stem_cell-derived_haematopoietic_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "48787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000535.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "76265",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000840.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "58971",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031071.fetal_liver_precursors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "59492",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031072.fetal_liver_precursors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "14409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031073.fetal_liver_precursors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031074.T-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "56355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031526.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "120685",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031538.BMDM_bone_marrow-derived_macrophages.SPI1/"
        }
    ]
}