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=935
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=936",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=934",
    "results": [
        {
            "tf_name": "TP63",
            "total_peaks": "1076",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048286.keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "140",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051618.primary_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "1335",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051619.primary_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051620.primary_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "5885",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052242.cultured_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "14043",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053349.surface_ectoderm_cells.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "16527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053350.surface_ectoderm_cells.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "41132",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053351.human_keratinocytes.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "1243",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057764.tongue.TP63/"
        },
        {
            "tf_name": "TP63",
            "total_peaks": "31619",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057961.MCF10A_breast_epithelial_cells.TP63/"
        }
    ]
}