Skip to main content

ZeqWeather Forecast

Numerical weather prediction with HulyaPulse temporal interpolation. GFS/ECMWF model fusion, R(t)-weighted ensemble averaging, hourly to 14-day forecasts.

EndpointPOST /api/weather/forecast
Authapi-key
Rate limit30/min
Categoryweather

Parameters

NameTypeRequiredDescription
locationobjectYes{ lat, lng } or { city, country }.
hoursnumberNoForecast hours (1–336).
modelstringNo'gfs', 'ecmwf', 'ensemble'.

Returns

{ hourly: [{ temp_C, humidity, windSpeed_ms, precipitation_mm, pressure_hPa }], zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"location": {},
"hours": 48,
"model": "ensemble"
}' \
"https://zeqsdk.com/api/weather/forecast"

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-weather-forecast.