ICBrainDB REST API (version 2.0)
It is the database entry point.
Below one can find the links for direct data access. Response will be as JSON file.
- /human/ - list of all subjects, that are in database.
- /human/{identifier} - complex report about subject with selected 'identifier' (in an example identifier is "D_Bol_A_001_S21").
The data include processed questionnaire results and gene mutation information.
- /human/{identifier}/files - available EEG files for the selected subject.
- /questionnaires/ - list of questionaries.
- /questionnaires/{identifier} - selected questionnaire information {identifier}, that includes list of questions.
- /summaries/ - list of available subject questionnaire summaries.
- /summaries/{identifier} - list of selected questionnaire summary ({identifier}) values for all subjects.
(in an example identifier is "anger").
- /questionnaire-results/ - list of all questionnaire summary values in database.
- /questionnaire-results/{identifier} - selected questionnaire summary values with 'identifier' (in an example identifier is "252008").
- /genes/ - list of genes in database.
- /genes/{identifier} - information about selected gene (in an example gene identifier is "HTR1D") with list of
subjects that has mutations in the gene.
- /mutations/ - list of mutations in the database.
- /mutations/{identifier} - information about selected mutation (in an example mutation identifier is "31").
- /files/ - list of EEG files in the database.
For questions related to data access problems, write to the address "kazfdr [@] bionet [.] nsc [.] ru"