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=832
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=833", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=831", "results": [ { "tf_name": "SPT15", "total_peaks": "881", "url": "https://unibind.uio.no/api/v1/datasets/EXP042297.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "915", "url": "https://unibind.uio.no/api/v1/datasets/EXP047058.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "865", "url": "https://unibind.uio.no/api/v1/datasets/EXP047059.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "968", "url": "https://unibind.uio.no/api/v1/datasets/EXP047060.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "950", "url": "https://unibind.uio.no/api/v1/datasets/EXP047061.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "959", "url": "https://unibind.uio.no/api/v1/datasets/EXP047062.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "992", "url": "https://unibind.uio.no/api/v1/datasets/EXP047063.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "1117", "url": "https://unibind.uio.no/api/v1/datasets/EXP047064.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "982", "url": "https://unibind.uio.no/api/v1/datasets/EXP047065.S__cerevisiae_cells.SPT15/" }, { "tf_name": "SPT15", "total_peaks": "1072", "url": "https://unibind.uio.no/api/v1/datasets/EXP047066.S__cerevisiae_cells.SPT15/" } ] }