Back to catalog
Cortexa research tool·genomics·open_meteo
OpenMeteo Geocode Location
Search for city/location coordinates using Open-Meteo's free geocoding API. Returns latitude, longitude, country, timezone, elevation, and population for matching locations. Use this to get coordinates before calling OpenMeteo_get_weather_forecast or OpenMeteo_get_historical_weather. Covers 300,000+ cities worldwide.
Livelast probed 2026-04-30 23:07Z· 94msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 94ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"count": {
"description": "Number of results to return (default 10, max 100)",
"type": [
"integer",
"null"
]
},
"language": {
"description": "Language for result names (e.g., 'en', 'de', 'fr', 'ja', 'zh'). Default 'en'.",
"type": [
"string",
"null"
]
},
"name": {
"description": "City or location name to search (e.g., 'London', 'New York', 'Tokyo', 'Paris', 'Berlin', 'Sydney')",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}Examples (1)
Default OpenMeteo Geocode Location call
public-safeinput
{
"name": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenMeteo_geocode_location
- Tool name
- OpenMeteo_geocode_location
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse