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=865
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=866",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=864",
    "results": [
        {
            "tf_name": "STAT4",
            "total_peaks": "1571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040722.primary_splenic_NK_cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "7059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040723.primary_splenic_NK_cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040724.primary_splenic_NK_cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "4367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040725.primary_splenic_NK_cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "10962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051004.Th1-cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "848",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000394.T-cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "36334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051003.Th1-cells.STAT4/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "1599",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000386.Th1-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000389.T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "10569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000397.T-cells.STAT5A/"
        }
    ]
}