powered by
Initializing API Call. Setup the base_url, token and format.
mindat_connection(token, base_url = "https://api.mindat.org",fmt ="json",page_size = 800)
No return value. A connection to the Mindat server will be established with your input token cached.
string. You can apply a token from Mindat.org.
string.The base url of mindat API, default is "https://api.mindat.org".
string. The format of the request and response, default is json.
interger, setting the page size of responsed data from the API server.
mindat_connection("9ce67655d74bcd981e937be80dcea9cb",page_size = 1500)
Run the code above in your browser using DataLab