Supported Event Types
earthquake, volcano, tsunami, explosion
Physics Models
Simplified GMPE (Atkinson-Boore form), NEHRP site amplification (Fa/Fv coefficients), Seed-Idriss liquefaction susceptibility, HAZUS fragility-based damage grades, Sedimentary basin amplification (Day et al. 2008), Spectral acceleration at 0.2s, 0.5s, 1.0s, 2.0s
Data Sources
DeepMap NEHRP site classification (Vs30 proxy), USGS FDSN event catalog (background context), Open-Meteo weather (environmental context), DeepMap Ghost Network (subsurface intelligence)
Raw JSON
{
"status": "ok",
"service": "deepmap-event-replay-selfserve",
"version": "1.0.0",
"supported_event_types": [
"earthquake",
"volcano",
"tsunami",
"explosion"
],
"supported_report_formats": [
"json",
"summary"
],
"catalog_size": 8,
"endpoints": {
"POST /report": "$25.00/event -- Full forensic report",
"POST /compare": "$5.00/site -- Multi-site comparison",
"GET /catalog": "FREE -- Notable event catalog",
"POST /quick": "$5.00/event -- Quick impact check"
},
"pricing": {
"report": 25.0,
"compare": 5.0,
"catalog": 0.0,
"quick": 5.0
},
"physics_models": [
"Simplified GMPE (Atkinson-Boore form)",
"NEHRP site amplification (Fa/Fv coefficients)",
"Seed-Idriss liquefaction susceptibility",
"HAZUS fragility-based damage grades",
"Sedimentary basin amplification (Day et al. 2008)",
"Spectral acceleration at 0.2s, 0.5s, 1.0s, 2.0s"
],
"data_sources": [
"DeepMap NEHRP site classification (Vs30 proxy)",
"USGS FDSN event catalog (background context)",
"Open-Meteo weather (environmental context)",
"DeepMap Ghost Network (subsurface intelligence)"
],
"description": "Self-serve forensic event replay: get multi-component impact assessment (site amplification, ground motion, liquefaction, basin effects, structural damage, insurance loss) for any lat/lon in minutes, not days. Powered by DeepMap AI physics models and 28+ real-time data sources."
}