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=495
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=496", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=494", "results": [ { "tf_name": "JUND", "total_peaks": "12943", "url": "https://unibind.uio.no/api/v1/datasets/EXP051604.pre-activated_CD8_T_cells.JUND/" }, { "tf_name": "JUND", "total_peaks": "16118", "url": "https://unibind.uio.no/api/v1/datasets/EXP051605.pre-activated_CD8_T_cells.JUND/" }, { "tf_name": "JUND", "total_peaks": "23797", "url": "https://unibind.uio.no/api/v1/datasets/EXP051856.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "7090", "url": "https://unibind.uio.no/api/v1/datasets/EXP051857.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "25870", "url": "https://unibind.uio.no/api/v1/datasets/EXP051858.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "12432", "url": "https://unibind.uio.no/api/v1/datasets/EXP051859.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "10573", "url": "https://unibind.uio.no/api/v1/datasets/EXP051862.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "10240", "url": "https://unibind.uio.no/api/v1/datasets/EXP051863.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "55676", "url": "https://unibind.uio.no/api/v1/datasets/EXP051864.primary_fibroblasts.JUND/" }, { "tf_name": "JUND", "total_peaks": "32114", "url": "https://unibind.uio.no/api/v1/datasets/EXP051865.primary_fibroblasts.JUND/" } ] }