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=818
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=819",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=817",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "111307",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051141.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "86323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051146.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "99313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051147.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "76021",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051153.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "92295",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051155.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "114869",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051161.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "111606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051163.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "43766",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051168.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "55896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051169.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "106916",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051171.BMDM_bone_marrow-derived_macrophages.SPI1/"
        }
    ]
}