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=814
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=815",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=813",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "48600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035328.B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "53770",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035519.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "38195",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035520.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "69053",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035775.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "121313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036119.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "130276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036120.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "125926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036121.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "50822",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036835.monocyte-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "42539",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036836.monocyte-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "55055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037258.BN_cells_granulocyte-macrophage_progenitor.SPI1/"
        }
    ]
}