Openweathermap: Get Weather By City
Openweathermap via Parse · weather
Search for a city by name and return its current weather and forecasts in a single call. Combines search_city and get_weather into one round-trip using the first matching result. Returns weather data plus the matched location object. Convenient when you know the city name and don't need to choose among multiple matches. 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/get_weather_by_city
- Interface artifact
- sha256:c173db3d7f3325004749909ee804a8c973c2c22cfb1b468e9805a99e6ed8aabf
- Manifest digest
- sha256:6f6f1da6378353b8a91b620a5e073d848c00b5345d90da1f20e2814488429f66
Request fields
- query (string, required): City name to search for (e.g., 'Tokyo', 'Paris')
- units (string): Units for measurement: 'metric' (Celsius, m/s) or 'imperial' (Fahrenheit, mph): Allowed values: metric, imperial
Example queries
- {"query":"Paris","units":"metric"}