OpenWeather API
Weather data API for current conditions, forecasts, alerts, historical weather, and location-based climate data.
Supports weather lookups by location or ZIP code, covering current conditions and forecast data.
Sign in to connect OpenWeather API
Sign in to connect an account and start using OpenWeather API in your apps.
Related integrations
Example Use Cases
These are example ways Snow can use OpenWeather API when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to add a new weather station to your account. Use when you need to register a station before sending custom data.
Tool to delete a registered weather station. Use after identifying a station to remove. Returns confirmation message upon success.
Tool to get a 5-day forecast every 3 hours (up to 40 UTC timestamps). Exactly one location identifier required per call: `q`, `id`, `zip`, or `lat`+`lon` pair. Use `city.timezone` offset to convert timestamps to local time before grouping into daily summaries.
Tool to get forecasted air pollution data for a specific location. Use after confirming latitude and longitude. Forecast availability may be limited for remote or oceanic coordinates; verify response timestamps to confirm returned data represents a true forecast rather than a current snapshot.
Tool to retrieve historical air pollution data. Use when you need past air quality levels for a specific latitude/longitude and time range.
Tool to search for current weather data in cities around a geographic point. Use when you need to fetch weather within a radius circle after confirming latitude and longitude.
Tool to fetch current air pollution data for a location. Use when you need real-time air quality details by latitude and longitude.
Tool to retrieve current UV index for a location. Use when you need up-to-the-minute UV index by latitude and longitude.
Tool to retrieve current weather data for a location. Use when you need up-to-the-minute weather info. Exactly one location identifier must be provided per call: either `q`, `id`, `zip`, or the pair `lat`+`lon`. Passing multiple identifiers causes errors or ambiguous matches.
Tool to convert a location name into geographic coordinates. Use when you need latitude and longitude for a given location after confirming the precise name.