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=937
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=938",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=936",
    "results": [
        {
            "tf_name": "TP63",
            "total_peaks": "3159",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46837.HCC95_squamous_cell_lung_carcinoma.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "2868",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46837.KYSE70_esophageal_squamous_carcinoma.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "6457",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46837.TT_hereditary_thyroid_gland_medullary_carcinoma.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "1963",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64298.dk.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "175",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72009.MDA-MB-231_breast_adenocarcinoma.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "67520",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE33571.keratinocytes_diff.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "4194",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56674.keratinocytes_ADRIA.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "27810",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56674.keratinocytes_CISP.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "46725",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59824.keratinocytes_D0.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "53269",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59824.keratinocytes_D2.TP63/"
        }
    ]
}