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=200
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=201", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=199", "results": [ { "tf_name": "CTCF", "total_peaks": "36532", "url": "https://unibind.uio.no/api/v1/datasets/EXP037864.fibroblast-derived_iPSCs_fMG03.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "45985", "url": "https://unibind.uio.no/api/v1/datasets/EXP037865.Eb5_embryonic_stem_cells.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "63431", "url": "https://unibind.uio.no/api/v1/datasets/EXP037866.immature_retinal-derived_iPSCs_8601.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "57818", "url": "https://unibind.uio.no/api/v1/datasets/EXP037867.mature_retinal-derived_iPSCs_3302.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "29246", "url": "https://unibind.uio.no/api/v1/datasets/EXP037868.mature_retinal-derived_iPSCs_7602.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "25726", "url": "https://unibind.uio.no/api/v1/datasets/EXP037869.E14_5_retina.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "16859", "url": "https://unibind.uio.no/api/v1/datasets/EXP037870.E17_5_retina.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "26505", "url": "https://unibind.uio.no/api/v1/datasets/EXP037871.P0_retina.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "19549", "url": "https://unibind.uio.no/api/v1/datasets/EXP037872.P3_retina.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "23517", "url": "https://unibind.uio.no/api/v1/datasets/EXP037873.P7_retina.CTCF/" } ] }