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=829
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=830",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=828",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "36131",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.OCI-LY7_diffuse_large_B-cell_lymphoma.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "62753",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70482.K562_myelogenous_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "12260",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47188.macrophages_IFNG.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "4948",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47188.macrophages_IL4.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "3031",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma_SHCTR.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "645",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma_SHSPIB.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "54856",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60130.Kasumi-1_acute_myeloblastic_leukemia_SICTR.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "51893",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60130.Kasumi-1_acute_myeloblastic_leukemia_SIRUNX1ETO.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "170097",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66594.macrophages_IFNG.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "188941",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66594.macrophages_IL4.SPI1/"
        }
    ]
}