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=826
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=827",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=825",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "16342",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034230.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "100033",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034231.small_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "51601",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034232.microglia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "88510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034233.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "36615",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034234.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "23213",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034235.large_peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "15464",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034236.microglia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "18343",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034237.microglia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "11425",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034318.X18_1_1_acute_myeloid_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "89875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034617.acute_myeloid_leukemia.SPI1/"
        }
    ]
}