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=817
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=818",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=816",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "115319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048337.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "101249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048338.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "151243",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049120.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "141133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049121.THP-1_acute_monocytic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "134088",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050008.Lin-_bone_marrow_hematopoietic_progenitor_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "146950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050009.Lin-_bone_marrow_hematopoietic_progenitor_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "48963",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050379.bone_marrow_myeloid_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "45134",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050380.bone_marrow_myeloid_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "49626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050381.bone_marrow_myeloid_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "85741",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051140.BMDM_bone_marrow-derived_macrophages.SPI1/"
        }
    ]
}