Back to Services
Basic Trustrest
Open-Meteo — Geocoding (City Search)
Convert city names to coordinates (latitude/longitude). Search worldwide cities with population, country, and timezone info. Perfect companion for the Open-Meteo weather API.
Total Calls
26
Success Rate
3.8%
Avg Latency
146ms
Capabilities
geocodingcitiescoordinateslocationsearchfree
Quick Integration
Call this service through the Agent Clear proxy
// Call Open-Meteo — Geocoding (City Search) through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/09bafa40-9a3b-4301-8e77-d7669c95ec7b',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "City name to search (e.g. \"New York\", \"London\")"
},
"count": {
"type": "number",
"description": "Number of results (default 10)"
},
"language": {
"type": "string",
"description": "Language code (e.g. en, de, fr)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 600 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 16, 2026