I'm using this repository for Jupyter notebooks or other useful code for accessing data in the Mineral data information system (Mindat)
A python note book that walks through connecting to the API to access information about meteorite classes. Examples use the geomaterials_search with a text query parameter, the geomaterials endpoint for accessing records by ID with a specific list of fields, and using the cursor to page through large result sets. There's also information about the relation between the mindat integer ID and the new LongID strings.
If you do not have a Mindat API key, please refer to How to Get My Mindat API Key or Token
-
How-to-Use-Mindat-API is a tutorial written by Jiyin Zhang in a python Jupyter Notebook
-
Mindat API testing from Jolyon Ralph has notes and examples for API features.
-
API documentation This should have most current information about end points and parameters.
All content licensed under the Apache License, Version 2.0.
- Thanks to Jinyin Zhang for his How-to-Use-Mindat-API notebook that got me started, and to Jolyon Ralph, Ryan Hamel, Pavel Martynov, and David Von Bargen for building Mindat and its community, and for helpful discussions on the Slack channel.