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=816
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=817",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=815",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "50915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040751.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "26432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040779.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "120663",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047756.MDMmonocyte_derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "137900",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047757.MDMmonocyte_derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "132800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047758.MDMmonocyte_derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "118208",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047759.MDMmonocyte_derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "108752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047817.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "119716",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047818.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "96345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047819.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "91946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047820.THP-1_acute_monocytic_leukemia.SPI1/"
        }
    ]
}