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=808
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=809", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=807", "results": [ { "tf_name": "SPI1", "total_peaks": "75454", "url": "https://unibind.uio.no/api/v1/datasets/EXP000841.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "102185", "url": "https://unibind.uio.no/api/v1/datasets/EXP031503.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "112054", "url": "https://unibind.uio.no/api/v1/datasets/EXP031504.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "109551", "url": "https://unibind.uio.no/api/v1/datasets/EXP031505.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "106103", "url": "https://unibind.uio.no/api/v1/datasets/EXP031506.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "113856", "url": "https://unibind.uio.no/api/v1/datasets/EXP031507.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "108707", "url": "https://unibind.uio.no/api/v1/datasets/EXP031508.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "112270", "url": "https://unibind.uio.no/api/v1/datasets/EXP031509.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "111317", "url": "https://unibind.uio.no/api/v1/datasets/EXP031510.BMDM_bone_marrow-derived_macrophages.SPI1/" }, { "tf_name": "SPI1", "total_peaks": "113675", "url": "https://unibind.uio.no/api/v1/datasets/EXP031511.BMDM_bone_marrow-derived_macrophages.SPI1/" } ] }