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=936
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=937",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=935",
    "results": [
        {
            "tf_name": "TP63",
            "total_peaks": "48010",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057962.MCF10A_breast_epithelial_cells.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "14954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057966.MCF10A_breast_epithelial_cells.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "154229",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058665.squamous_cell_carcinoma.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "14356",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67382.keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "15365",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72009.MCF10A_breast_epithelial_cells.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "49671",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000292.keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "40151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000293.keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "7770",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031101.neonatal_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "21449",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037974.JHU-029_laryngeal_squamous_cell_carcinoma.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "4809",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43111.EP156T_primary_prostate_cells.TP63/"
        }
    ]
}