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=933
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=934",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=932",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "7815",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58740.IMR90_lung_fibroblasts_NUT3A.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "84",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74355.HCT-116_colon_carcinoma_CAMP.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1055",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74355.HCT-116_colon_carcinoma_DMSO_KOATF3.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1033",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004176.U2OS_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "92",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP014035.BC3.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "9880",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42728.IMR90_lung_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "610",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46641.U2OS_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4637",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56674.keratinocytes.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "683",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58506.HCT-116_colon_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "600",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.ps15-u2os-eto.TP53/"
        }
    ]
}