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
Related APIs
Discover similar APIs that might interest you