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=812
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=813",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=811",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "47793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032896.BV-2_brain_microglial_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "60895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032897.BV-2_brain_microglial_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "31098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033155.C10_pre-B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "34912",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033156.C10_pre-B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "50315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033157.C10_pre-B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "36108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033158.C10_pre-B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "36475",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033159.C10_pre-B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "96287",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033475.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "87395",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033476.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "93842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033478.BMDM_bone_marrow-derived_macrophages.SPI1/"
        }
    ]
}