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=446
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=447", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=445", "results": [ { "tf_name": "HSF1", "total_peaks": "1485", "url": "https://unibind.uio.no/api/v1/datasets/EXP033544.spermatocytes.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "1497", "url": "https://unibind.uio.no/api/v1/datasets/EXP035377.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "1509", "url": "https://unibind.uio.no/api/v1/datasets/EXP035378.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "4127", "url": "https://unibind.uio.no/api/v1/datasets/EXP035379.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "3620", "url": "https://unibind.uio.no/api/v1/datasets/EXP035380.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "222", "url": "https://unibind.uio.no/api/v1/datasets/EXP035381.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "259", "url": "https://unibind.uio.no/api/v1/datasets/EXP035382.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "134", "url": "https://unibind.uio.no/api/v1/datasets/EXP035383.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "215", "url": "https://unibind.uio.no/api/v1/datasets/EXP035384.embryonic_fibroblasts.HSF1/" }, { "tf_name": "HSF1", "total_peaks": "198", "url": "https://unibind.uio.no/api/v1/datasets/EXP035385.embryonic_fibroblasts.HSF1/" } ] }