Smithsonian Volcanism
Fetch eruption history from the Smithsonian Global Volcanism Program
Custom One-shot
Fetch eruption history from the Smithsonian Global Volcanism Program. Returns eruption records with volcano name, start year, VEI, and location.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (2) ▾
volcano/get_volcanic_activity
Fetch eruption history from the Smithsonian Global Volcanism Program. Returns eruption records with volcano name, start year, VEI, and location.
volcano/search_volcanoes
Search the Smithsonian Global Volcanism Program Holocene volcano catalog. Returns volcano name, location, type, elevation, and last eruption year.
Inputs ▾
volcano/get_volcanic_activity
| Name | Type | Required | Description |
|---|---|---|---|
| since_year | number | no | Minimum eruption start year. Default 1960. |
| country | string | no | Filter by country name, e.g. 'Indonesia', 'Japan'. |
| min_vei | number | no | Minimum Volcanic Explosivity Index (0-8). |
| limit | number | no | Maximum number of records to return. Default 200. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
volcano/search_volcanoes
| Name | Type | Required | Description |
|---|---|---|---|
| country | string | no | Filter by country name, e.g. 'Japan', 'Indonesia', 'United States'. |
| volcano_type | string | no | Filter by primary volcano type, e.g. 'Stratovolcano', 'Shield', 'Caldera'. |
| region | string | no | Filter by volcanic region, e.g. 'Mediterranean and Western Asia', 'Japan, Taiwan, Marianas'. |
| limit | number | no | Maximum number of records to return. Default 100. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |