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=815
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=816",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=814",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "91368",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037889.pro-B_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "10677",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037890.pro-B_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "77034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037962.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "74982",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037963.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "70981",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038069.bone_marrow.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "26715",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038070.bone_marrow.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "111141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038590.monocyte-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "93656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038591.monocyte-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "45714",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040651.monocyte-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "49136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040750.bone_marrow-derived_macrophages.SPI1/"
        }
    ]
}