I would like to get the list of all cell models in the NeuroML-DB.org. How can I do this programmatically?
Asked
Active
Viewed 15 times
1 Answers
0
Using the NeuroML-DB API, you can get the list of all models in the database in JSON format with the following URL:
https://neuroml-db.org/api/models
Which will show JSON like:
To get the list of all cell models, filter the resulting array by Type="CL"

Justas
- 5,718
- 2
- 34
- 36