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=810
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=811",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=809",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "61168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031529.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "144834",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031560.Tot2_myeloid_progenitor_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "71332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032079.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "78087",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032080.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "71571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032081.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "78573",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032082.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "39705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032087.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "85152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032089.peritoneal_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "22670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032095.B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "26916",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032096.B-cells.SPI1/"
        }
    ]
}