Skip to main content

ZeqAgriWeather

Agricultural weather intelligence. Growing degree days, frost probability, soil moisture estimation, evapotranspiration — Zeqond-timed for precision farming.

EndpointPOST /api/weather/agriculture
Authapi-key
Rate limit15/min
Categoryweather

Parameters

NameTypeRequiredDescription
locationobjectYes{ lat, lng } field location.
cropTypestringNoCrop name for GDD base temperature.
soilTypestringNo'clay', 'loam', 'sand', 'silt'.

Returns

{ gdd, frostRisk_pct, soilMoisture_pct, evapotranspiration_mm, sprayWindow, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"location": {},
"cropType": "<cropType>",
"soilType": "<soilType>"
}' \
"https://zeqsdk.com/api/weather/agriculture"

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