Provenance
Freshness & coverage
Methods (6)
searchEvents
readSearch natural-hazard events by category, source, bbox, and time window
Input schema
{ "type": "object", "properties": { "status": { "type": "string", "examples": [ "open" ] }, "category": { "type": "string", "examples": [ "wildfires" ] }, "source": { "type": "string" }, "bbox": { "type": "string", "examples": [ "-125,49,-66,24" ], "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] }, "days": { "type": "number", "examples": [ 20 ] }, "start": { "type": "string" }, "end": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }Filter status, category, source, bbox, days, or dates; geometry is [lon,lat].
getEvent
readSingle event by id
Input schema
{ "type": "object", "properties": { "id": { "type": "string", "examples": [ "EONET_20520" ] } }, "additionalProperties": false }Args: id (e.g. "EONET_20520").
listCategories
readThe 13 hazard category ids (wildfires, severeStorms, volcanoes, floods, …)
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }listSources
readEvent provider/source list (InciWeb, AVO, IRWIN, …)
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }listLayers
readGIBS WMTS/WMS imagery layer descriptors (optionally per category)
Input schema
{ "type": "object", "properties": { "categoryId": { "type": "string", "examples": [ "wildfires" ] } }, "additionalProperties": false }getServiceInfo
readStatic API overview — filters, [lon,lat] geometry, the rss+xml-but-JSON gotcha
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
