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=809
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=810",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=808",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "66799",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031512.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "65051",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031513.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "67604",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031514.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "68082",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031515.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "58997",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031516.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "63500",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031517.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "69716",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031518.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "67771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031519.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "56795",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031527.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "61683",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031528.BMDM_bone_marrow-derived_macrophages.SPI1/"
        }
    ]
}