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=60
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=61", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=59", "results": [ { "tf_name": "BCD", "total_peaks": "168", "url": "https://unibind.uio.no/api/v1/datasets/EXP045751.whole_organism_development_stage_embryonic.BCD/" }, { "tf_name": "BCD", "total_peaks": "29", "url": "https://unibind.uio.no/api/v1/datasets/EXP045752.whole_organism_development_stage_embryonic.BCD/" }, { "tf_name": "BCD", "total_peaks": "1085", "url": "https://unibind.uio.no/api/v1/datasets/EXP045759.whole_organism_development_stage_embryonic.BCD/" }, { "tf_name": "BCD", "total_peaks": "2244", "url": "https://unibind.uio.no/api/v1/datasets/EXP040583.Stage_5_embryos.BCD/" }, { "tf_name": "BCD", "total_peaks": "2978", "url": "https://unibind.uio.no/api/v1/datasets/EXP045816.1-3_h_embryo.BCD/" }, { "tf_name": "BCL6", "total_peaks": "184", "url": "https://unibind.uio.no/api/v1/datasets/EXP000037.BMDM_bone_marrow-derived_macrophages.BCL6/" }, { "tf_name": "BCL6", "total_peaks": "15298", "url": "https://unibind.uio.no/api/v1/datasets/EXP032103.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/" }, { "tf_name": "BCL6", "total_peaks": "2536", "url": "https://unibind.uio.no/api/v1/datasets/EXP040594.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/" }, { "tf_name": "BCL6", "total_peaks": "11658", "url": "https://unibind.uio.no/api/v1/datasets/EXP040596.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/" }, { "tf_name": "BCL6", "total_peaks": "1265", "url": "https://unibind.uio.no/api/v1/datasets/EXP048668.A549_lung_carcinoma.BCL6/" } ] }