Skip to main content

ZeqSevereWeather

Severe weather detection and alerting. Tornado vortex signatures, hail probability, lightning prediction using R(t) convective instability indices (CAPE/CIN).

EndpointPOST /api/weather/severe
Authapi-key
Rate limit20/min
Categoryweather

Parameters

NameTypeRequiredDescription
radarDataobjectNoReflectivity/velocity data from weather radar.
locationobjectYes{ lat, lng, radius_km }.
alertTypesarrayNo['tornado', 'hail', 'lightning', 'flood', 'wind'].

Returns

{ alerts, tornadoProbability, cape_J_kg, cin_J_kg, hailSize_cm, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"radarData": {},
"location": {},
"alertTypes": []
}' \
"https://zeqsdk.com/api/weather/severe"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-severe-weather.