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=825
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=826",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=824",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "52518",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033281.immature_granulocytes.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "81452",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033474.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "92693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033477.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "6737",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033601.multipotent_hematopoietic_progenitors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "17485",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033602.common_dendritic_cell_progenitors.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "25507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033603.dendritic_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "14519",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033604.plasmacytoid_dendritic_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "6261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033644.WEHI-279_lymphoma.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "62253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034201.monocyte-derived_dendritic_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "55504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034202.plasmacytoid_dendritic_cells.SPI1/"
        }
    ]
}