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=934
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=935",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=933",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "550",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.u2os-actd.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "523",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.u2os-actd-ps15.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "85",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.u2os-actd-ps46.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1105",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.u2os-eto.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "600",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.u2os-eto-ps15.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "125",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21939.u2os-eto-ps46.TP53/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "5954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033936.HaCaT_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "6774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033937.HaCaT_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "7399",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033938.HaCaT_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "3404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033939.HaCaT_keratinocytes.TP63/"
        }
    ]
}