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=134
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=135", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=133", "results": [ { "tf_name": "CTCF", "total_peaks": "41989", "url": "https://unibind.uio.no/api/v1/datasets/EXP047784.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "67036", "url": "https://unibind.uio.no/api/v1/datasets/EXP047796.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "63959", "url": "https://unibind.uio.no/api/v1/datasets/EXP047797.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "67785", "url": "https://unibind.uio.no/api/v1/datasets/EXP047798.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "63975", "url": "https://unibind.uio.no/api/v1/datasets/EXP047799.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "65821", "url": "https://unibind.uio.no/api/v1/datasets/EXP047800.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "62036", "url": "https://unibind.uio.no/api/v1/datasets/EXP047801.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "62871", "url": "https://unibind.uio.no/api/v1/datasets/EXP047802.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "65875", "url": "https://unibind.uio.no/api/v1/datasets/EXP047803.THP-1_acute_monocytic_leukemia.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "64642", "url": "https://unibind.uio.no/api/v1/datasets/EXP047804.THP-1_acute_monocytic_leukemia.CTCF/" } ] }