Datasets List
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=869
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=870", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=868", "results": [ { "tf_name": "STAT5A", "total_peaks": "1388", "url": "https://unibind.uio.no/api/v1/datasets/EXP036069.CD4_T-cells.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "2478", "url": "https://unibind.uio.no/api/v1/datasets/EXP036070.CD4_T-cells.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "80621", "url": "https://unibind.uio.no/api/v1/datasets/EXP036526.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "7455", "url": "https://unibind.uio.no/api/v1/datasets/EXP036527.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "54763", "url": "https://unibind.uio.no/api/v1/datasets/EXP036528.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "36790", "url": "https://unibind.uio.no/api/v1/datasets/EXP036529.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "26361", "url": "https://unibind.uio.no/api/v1/datasets/EXP036530.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "35241", "url": "https://unibind.uio.no/api/v1/datasets/EXP036536.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "26726", "url": "https://unibind.uio.no/api/v1/datasets/EXP036537.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "27065", "url": "https://unibind.uio.no/api/v1/datasets/EXP036538.mammary_gland.STAT5A/" } ] }