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=938
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=939",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=937",
    "results": [
        {
            "tf_name": "TP63",
            "total_peaks": "48556",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59824.keratinocytes_D4.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "44380",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59824.keratinocytes_D7.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "14113",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60814.HaCaT_keratinocytes_caRAS_TGFB.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "8165",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60814.HaCaT_keratinocytes_dnRAS_TGFB.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "2936",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60814.HaCaT_keratinocytes_LacZ.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "13670",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60814.HaCaT_keratinocytes_LacZ_TGFB.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "41322",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE33571.keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "30111",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56674.keratinocytes.TP63/"
        },
        {
            "tf_name": "TP73",
            "total_peaks": "3086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038553.GM12878_female_B-cells_lymphoblastoid_cell_line.TP73/"
        },
        {
            "tf_name": "TP73",
            "total_peaks": "23717",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE15780.saos-rep1.TP73/"
        }
    ]
}