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=827
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=828",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=826",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "70909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034630.B_lymphoblastic_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "7905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035122.416B_hematopoietic_precursor_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "29072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035327.B-cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "49396",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035362.plasmablasts.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "70400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035776.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "80999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035777.alveolar_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "32509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037257.BN_cells_granulocyte-macrophage_progenitor.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "58285",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037306.Ly6Chi_monocytes.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "54598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037307.Ly6Clo_monocytes.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "97714",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037579.Hoxb8-FL.SPI1/"
        }
    ]
}