Skip to main content
MODIS + Sentinel-2 NDVI crop health, yield estimates, and production forecasts.

GET /api/v1/satellite/regions

All monitored crop regions with latest NDVI and health assessments. Response
{ "regions": [...] }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/satellite/regions

GET /api/v1/satellite/health

Crop health assessments with NDVI deviation and yield estimates. Parameters
NameTypeRequiredDescription
regionstringRegion slug
statusstringHealth status filter
cropstringCrop type
limitnumberDefault 100, max 500
Response
{ "assessments": [...] }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/satellite/health?region=VALUE&status=VALUE

GET /api/v1/satellite/production

Production forecasts linked to port export estimates. Parameters
NameTypeRequiredDescription
regionstringRegion slug
portstringPort slug
cropstringCrop type
limitnumberDefault 100, max 500
Response
{ "forecasts": [...] }
Example
curl -X GET \
  https://axiomoverwatch.io/api/v1/satellite/production?region=VALUE&port=VALUE