Examples of querying the CSDMS model repository
From CSDMS
Here are some examples of queries into the CSDMS model repository.
| Description | Query URL |
|---|---|
| List all models created by the user with the last name Tucker | http://csdms.colorado.edu/mediawiki/api.php?action=ask&query=[[Last+name::Tucker]]&format=json |
| List all models written in C | http://csdms.colorado.edu/mediawiki/api.php?action=ask&query=[[Programming%20language::C]]&format=json |
| Really list all models written in C | http://csdms.colorado.edu/mediawiki/api.php?action=ask&query=[[Programming%20language::C]]|limit=10000&format=json |
