Get started in under 5 minutes. Here's a simple example to fetch active storm alerts:
curl -X GET "https://stormaxis.io/api/v1/partner/storm/overview" \ -H "X-API-Key: YOUR_API_KEY"
{
"active_storms": 47,
"period": "7_days",
"top_states": [
{"state": "TX", "storms": 12, "damage_usd": 4500000},
{"state": "OK", "storms": 8, "damage_usd": 2100000}
],
"event_types": [
{"type": "Hail", "count": 23},
{"type": "Thunderstorm Wind", "count": 15}
]
}Access 786K+ historical events and real-time alerts from NOAA, NWS, and ground-truth networks.
Proprietary 40/25/20/15 weighted model ranks storms by revenue potential, not just severity.
Get parcel-level targeting with roof characteristics, FEMA claims history, and damage estimates.
Tiered access with burst protection. X-RateLimit headers on every response.
/api/v1/partner/storm/overviewCurrent storm activity summary across all states
/api/v1/partner/storm/forecastsSPC convective outlook for next 1-7 days
/api/v1/partner/storm/alertsRecent high-severity storm warnings
/api/v1/partner/storm/active-countCount of storms in last N hours