OpenSky Weather

api.openskyweather.com

Community

Real-time weather data and forecasts for any location worldwide. Provides current conditions (temperature, humidity, wind) and multi-day forecasts. Useful when an agent needs to answer weather-related questions or plan around weather conditions.

Auth

api_key

Pricing

freemium

Spec version

1.0

Base URL

https://api.openskyweather.com

Crawl failures

1

Last verified

2026-03-01 09:26:47

Health

Loading health data...

Capabilities

get_current_weather

location

Get the current weather conditions for a specific location, including temperature, humidity, wind speed, and a text summary.

Detail: https://api.openskyweather.com/capabilities/get_current_weather

get_forecast

location

Get a multi-day weather forecast for a specific location. Returns daily high/low temperatures, precipitation probability, and conditions.

Detail: https://api.openskyweather.com/capabilities/get_forecast

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: OpenSky Weather
Description: Real-time weather data and forecasts for any location worldwide. Provides current conditions (temperature, humidity, wind) and multi-day forecasts. Useful when an agent needs to answer weather-related questions or plan around weather conditions.
Auth: api_key
Capabilities:
  - get_current_weather: Get the current weather conditions for a specific location, including temperature, humidity, wind speed, and a text summary.
  - get_forecast: Get a multi-day weather forecast for a specific location. Returns daily high/low temperatures, precipitation probability, and conditions.