Endpoint
Parameters
float
required
Center latitude of the location you want to evaluate. Decimal degrees, WGS 84.
float
required
Center longitude of the location you want to evaluate. Decimal degrees, WGS 84.
string
required
Identifier for the crop to score. The following canonical IDs are supported:
English aliases are also accepted and automatically resolved to the canonical ID:
maize, wheat, coffee, soybean, vineyard, bean, potato, rice, sugarcane, tomato, onion, garlic, sunflower, sorghum, cotton, quinoa, avocado.string
default:"annual"
Season context for the score calculation. Accepted values:
lluvias (rainy season), secas (dry season), annual (full-year average).string
Optional ISO 3166-1 alpha-2 country code for the location being queried. Must be a LATAM country code, excluding Brazil (
BR). Examples: MX, CO, GT. Used by deployments with location tracking enabled; safe to omit for standard use.Response
string
required
The crop ID you submitted, echoed back in the response.
integer
required
Weighted aptitude score from 0 to 100. Calculated as the dot product of individual factor scores and their weights.
string
required
Human-readable aptitude tier derived from
score:"Alta"— score ≥ 70"Media"— score 45–69"Baja"— score < 45
string
required
Plain-language recommendation summarising the score, highlighting critical or attention-worthy factors, and suggesting management actions where relevant.
array
required
List of individual scoring factors that compose the final score.
string
required
The season value used for this calculation, echoed from the request.
float
required
Latitude echoed from the request.
float
required
Longitude echoed from the request.
object
Cache metadata describing whether the underlying climate data was served from cache or fetched live.