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=930
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=931",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=929",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "28576",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE15780.SaOS2_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1145",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31558.IMR90_lung_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2839",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39912.H9.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "10895",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51268.SaOS2_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "11506",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55727.GM00011_fetal_skin_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "18227",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55727.GM06170_fetal_skin_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "63",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58714.HCT-116_colon_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "189",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59176.hcc70.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2746",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59176.mcf7.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "840",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59176.mdamb175vii.TP53/"
        }
    ]
}