Openweathermap: Search City
Openweathermap via Parse · weather
Search for cities by name and return their coordinates and country details. Returns an array of matching city objects with name, latitude, longitude, country code, state, and local name translations. Use this to resolve a city name to coordinates before calling get_weather. Current weather data, hourly and daily forecasts, and city search capabilities via OpenWeatherMap's internal widget APIs. Fulfilled by Parse from openweathermap.org.
- maps-geo
- openweathermap
- openweathermap-org
- parse
- platform-key
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/98c25339-1e3f-49c0-8192-b1448748f87d/search_city
- Interface artifact
- sha256:e9d5554657780ba81d53929c03c292e32c64532550708505ef4e0d7d13252d3c
- Manifest digest
- sha256:b6580e4ed9b228ef26aa1f513b51fc45908e65eb4127a6a9c7415690c8948e0e
Request fields
- limit (integer): Maximum number of results to return: Allowed values: 5
- query (string, required): City name or search query (e.g., 'London', 'Paris, FR')
Example queries
- {"limit":"5","query":"London"}