Freemium

WeatherAPI

The WeatherAPI provides real-time and forecast weather data for cities and locations worldwide. It provides details such as temperature, humidity, wind speed, air quality, astronomy, and time zone information. Developers can use it to build weather apps, dashboards, travel tools, or integrate conditions into business platforms.

1

Endpoints

0

Views

Aug 19, 2025

Last Checked

1,000,000 requests/month

Rate Limit

API Endpoints

Get current weather data

Full URL

https://api.weatherapi.com/v1/v1/current.json

Code Examples

curl -X GET 'https://api.weatherapi.com/v1/v1/current.json' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "q": "London",
  "key": "API_KEY"
}

Example Response

{
  "current": {
    "temp_c": 18,
    "condition": {
      "text": "Partly cloudy"
    }
  },
  "location": {
    "name": "London"
  }
}

Version

v1

Rate Limit

1000000 requests/month
Tags
climateforecastweather
Technical Details
Authentication
API Key
Response Formats
JSON, XML
Availability
global
Status
Published
Rate Limits

1,000,000 requests/month (free)

Supported Languages
Any
Use Cases
weather apps
forecasting
climate data

Related APIs

Discover similar APIs that might interest you

APIfree

Weather.gov API

The Weather.gov API delivers authoritati...

Category
Weather
Endpoints
1
alertsforecastweather
APIfreemium

Open Weather Map API

OpenWeatherMap provides a powerful RESTf...

Category
Weather
Endpoints
1
climateforecastweather
APIopen source

Open-Meteo Historical

Open-Meteo Historical API is a free and ...

Category
Weather
Endpoints
1
historyweather
WeatherAPI – Real-Time Weather Forecast & Data | Free API Hub