WeatherAPI

api.weatherapi.com

Community

WeatherAPI provides real-time and forecast weather data, astronomy data, time zone information, and location search for any place in the world. The API supports current conditions, multi-day forecasts up to 14 days, historical weather, air quality, marine weather, and sports suitability data.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.weatherapi.com

Crawl failures

1

Last verified

2026-03-01T11:09:59.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

get_astronomy

location

Get astronomical data for a location including sunrise, sunset, moonrise, moonset, moon phase, and moon illumination.

Detail: https://api.weatherapi.com/capabilities/get_astronomy

get_current_weather

location

Get real-time weather conditions for a location including temperature, wind, humidity, pressure, visibility, UV index, and air quality.

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

get_forecast

location

Get a weather forecast for up to 14 days with hourly breakdowns, including temperature, precipitation chance, wind, and daily summaries.

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

get_history

location

Retrieve historical weather data for a specific past date, including hourly conditions throughout that day.

Detail: https://api.weatherapi.com/capabilities/get_history

get_timezone

location

Get the current time zone and local time for any location worldwide, including UTC offset and whether daylight saving time is active.

Detail: https://api.weatherapi.com/capabilities/get_timezone

search_location

location

Search for locations by name with autocomplete support. Returns matching cities with their coordinates, country, and region.

Detail: https://api.weatherapi.com/capabilities/search_location

Agent Preview

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

Service: WeatherAPI
Description: WeatherAPI provides real-time and forecast weather data, astronomy data, time zone information, and location search for any place in the world. The API supports current conditions, multi-day forecasts up to 14 days, historical weather, air quality, marine weather, and sports suitability data.
Auth: api_key
Capabilities:
  - get_astronomy: Get astronomical data for a location including sunrise, sunset, moonrise, moonset, moon phase, and moon illumination.
  - get_current_weather: Get real-time weather conditions for a location including temperature, wind, humidity, pressure, visibility, UV index, and air quality.
  - get_forecast: Get a weather forecast for up to 14 days with hourly breakdowns, including temperature, precipitation chance, wind, and daily summaries.
  - get_history: Retrieve historical weather data for a specific past date, including hourly conditions throughout that day.
  - get_timezone: Get the current time zone and local time for any location worldwide, including UTC offset and whether daylight saving time is active.
  - search_location: Search for locations by name with autocomplete support. Returns matching cities with their coordinates, country, and region.