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=819
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=820",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=818",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "102046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051173.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "88865",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051184.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "102359",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051185.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "56015",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051525.dendritic_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "41454",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051526.dendritic_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "7974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051886.CFU-M.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "71188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051887.LSK.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "98914",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051888.preGM.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "69230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051889.preGM.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "102260",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051890.GMP.SPI1/"
        }
    ]
}