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=824
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=825",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=823",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "13686",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032016.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "20128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032017.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "47942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032326.FDCP-Mix_multipotent_stem_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "14288",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032329.FDCP-Mix_multipotent_stem_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "62879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032331.FDCP-Mix_multipotent_stem_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "39815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032476.pro-B_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "95627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032699.mast_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "40640",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032765.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "26182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032766.BMDM_bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "70874",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032895.BV-2_brain_microglial_cells.SPI1/"
        }
    ]
}