ZeqAgriWeather
Agricultural weather intelligence. Growing degree days, frost probability, soil moisture estimation, evapotranspiration — Zeqond-timed for precision farming.
| Endpoint | POST /api/weather/agriculture |
| Auth | api-key |
| Rate limit | 15/min |
| Category | weather |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
location | object | Yes | { lat, lng } field location. |
cropType | string | No | Crop name for GDD base temperature. |
soilType | string | No | '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.