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=853
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=854",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=852",
    "results": [
        {
            "tf_name": "STAT2",
            "total_peaks": "1056",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033487.BMDM_bone_marrow-derived_macrophages.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "589",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035747.B-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "12631",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038528.GM12878_female_B-cells_lymphoblastoid_cell_line.STAT2/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "63067",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOQ.MCF10A_breast_epithelial_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "86451",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DPB.MCF10A_breast_epithelial_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "6194",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000348.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "10298",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030967.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "9839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030968.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1369",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031098.adherent_peritoneal_exudate_macrophages.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1210",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031326.dendritic_cells.STAT3/"
        }
    ]
}