The geocode endpoint lets you search for a location by name and retrieve its geographic coordinates along with administrative metadata. It is backed by the Open-Meteo Geocoding API and is oriented toward Latin American regions. You can use it to resolve a user-entered place name into latitude/longitude before calling other endpoints such asDocumentation Index
Fetch the complete documentation index at: https://docs.climatifai.com/llms.txt
Use this file to discover all available pages before exploring further.
/agri/advisor or /fires/hotspots.
Endpoint
Parameters
Location name to search. Can be a city, municipality, region, or other place name. Example:
"Oaxaca", "Valle del Cauca", "Cochabamba".Maximum number of results to return. The API returns the top matches ranked by relevance.
Response
Array of matching locations. May be empty if no results are found.
Error codes
| Code | Description |
|---|---|
502 | Upstream error from the Open-Meteo Geocoding service. |
503 | Open-Meteo rate limit exceeded. Retry after a short back-off. |