Put Zambia’s rainfall, drought risk, soil-moisture forecasts, water access and crop mix into your credit, insurance or programme systems. All 10 provinces, as JSON over HTTPS, from K12,000 a month.
One key per organisation
Sent as a Bearer token. We store only a hash of it.
Clear limits
A per-minute rate and a monthly quota, shown on every response.
Privacy by design
Province totals only. No farmer is ever identifiable.
The same data behind the Neta Alert dashboard, delivered to your own systems.
Lenders
Screen every loan application against its province’s season forecast and water access, inside your own credit system.
drought-risk · water-availability
Insurers
Test a rainfall trigger against the 10-year baseline for every 5-day period, then watch the live readings that would pay out.
backtest/rainfall · rainfall · validation-report
NGOs and government
Target programmes at the provinces forecast to have a dry season, and report on them with the same numbers.
soil-moisture-forecast · crop-distribution
Agribusiness
Plan inputs and depots around where crops are grown and where water and roads hold up.
crop-distribution · water-availability
Ready to use
Province figures, already averaged over each real boundary. No satellite files, GIS team or data pipeline needed.
History to test against
A 10-year baseline for every 5-day period of the year, so you can check a rule before you rely on it.
Honest about confidence
Ensemble sizes, stated usual rates and plain-language reads, so a risk team can check every number.
Kept current
Rainfall and drought risk refresh every 5 days; forecasts update as new outlooks are issued.
Every endpoint is a GET relative to this base URL:
https://eobkhsunhiqtfkgkaovv.supabase.co/functions/v1/institutional-apiSend your key in the Authorization header:
BASE="https://eobkhsunhiqtfkgkaovv.supabase.co/functions/v1/institutional-api"
curl -s "$BASE/v1/drought-risk?province=Eastern" \
-H "Authorization: Bearer $NETAGROW_API_KEY"x-api-key: <key> works too. Keep the key on your server: never in a browser, mobile app or public repository. If it leaks, we revoke it and issue a new one.
{
"country": "ZM",
"province": "Eastern",
"as_of": "2026-09-27",
"source": "Satellite",
"data": [ ... ]
}as_of is when the response was made. The data's own dates are inside data.source says where the data comes from: Satellite, Geospatial, TAMSAT-ALERT or Netagrow.X-RateLimit-Limit (your per-minute rate) and X-Quota-Remaining (calls left this month).Errors return { "error": "…" } with one of these codes:
A flat monthly fee per organisation, in Zambian kwacha. Every plan covers all endpoints and all 10 provinces.
Standard
K12,000/month
Professional
K25,000/month
Enterprise
From K40,000/month
When you reach your monthly quota, calls pause until the 1st, or you can move up a plan at any time.
Before building on the data, read how it's made and where it's weaker: Data methodology.
Keys are issued per organisation under a monthly data licence. Tell us what you're building and which data you need.