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=828
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=829",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=827",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "59608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038032.microglia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "31884",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040778.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "13612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054612.GM12878_female_B-cells_lymphoblastoid_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "89339",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054623.GM12878_female_B-cells_lymphoblastoid_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "183951",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004110.LCL_lymphoblastoid_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "16917",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46044.ME-1_acute_myeloid_leukemia_.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "30343",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.H929_plasma_cell_myeloma.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "7219",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY10_diffuse_large_B-cell_lymphoma.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "14662",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58864.dendrite.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "83368",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.DOHH2_diffuse_large_B-cell_lymphoma.SPI1/"
        }
    ]
}