Openweathermap: Get Weather
Openweathermap via Parse · weather
Retrieve comprehensive weather data for a specific location using coordinates. Returns current conditions, minutely precipitation forecast (1 hour), hourly forecast (48 hours), and daily forecast (8 days). Optionally includes extended hourly forecast up to 16 days. Coordinates can be obtained from search_city. 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
- Interface artifact
- sha256:e90ca93c76ecce3bfd607b1bde8327bf128290da0825633c7e5f62d69022bdde
- Manifest digest
- sha256:709a0f858ddc723e388c3860364c8936f1dce6f9cf6a0da1122985106b0f05d9
Request fields
- lat (string, required): Latitude of the location (e.g., '51.5073219')
- lon (string, required): Longitude of the location (e.g., '-0.1276474')
- units (string): Units for measurement: 'metric' (Celsius, m/s) or 'imperial' (Fahrenheit, mph): Allowed values: metric, imperial
- extended_hourly (boolean): When true, includes extended hourly forecast data (up to 16 days) in an extended_hourly field
Example queries
- {"lat":"51.5073219","lon":"-0.1276474","units":"metric","extended_hourly":"false"}