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=932
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=933",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=931",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "740",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42728.IMR90_lung_fibroblasts_SENES_SHP53.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3236",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46641.U2OS_osteosarcoma_DMSO.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2415",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46641.U2OS_osteosarcoma_DXR.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "16973",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46641.U2OS_osteosarcoma_NUT.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "23498",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53491.IMR90_lung_fibroblasts_APO.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5439",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53491.IMR90_lung_fibroblasts_SENE.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "7892",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56674.keratinocytes_ADRIA.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "14928",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56674.keratinocytes_CISP.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3398",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58506.HCT-116_colon_carcinoma_5FU.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "354",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58740.IMR90_lung_fibroblasts_DMSO.TP53/"
        }
    ]
}