published

WeatherAPI

The WeatherAPI provides developers free access to real-time and forecast weather data, ideal for building weather applications and tools.

Developed by WeatherAPI.com

99.90%Uptime
200msLatency
120Stars
No AuthAuth
NoCredit Card
RESTStyle
1.0Version
API Endpoints

Reference for available routes, request structures, and live examples.

Get current weather data

Full Endpoint URL
https://api.weatherapi.com/v1/current.json
Implementation Example
curl -X GET 'https://api.weatherapi.com/v1/current.json' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "q": "London",
  "key": "API_KEY"
}
Expected Response
{
  "current": {
    "temp_c": 18,
    "condition": {
      "text": "Partly cloudy"
    }
  },
  "location": {
    "name": "London"
  }
}
Version:v1
Limit:1000000 requests/month
Real-World Applications
  • Building weather monitoring applications for web and mobile.Optimized Capability
  • Integrating weather data into travel planning tools or service platforms.Optimized Capability
  • Creating dashboards displaying real-time weather updates.Optimized Capability
  • Incorporating environmental awareness features into business applications.Optimized Capability
Advantages
  • No authentication required, simplifying integration.
  • Comprehensive weather data including air quality and astronomy.
  • Supports multiple query parameters such as city, coordinates, and IP.
  • Returns data in easy-to-use JSON format.
Limitations
  • No official source code or SDKs available.
  • Lack of detailed documentation on rate limits and usage caps.
  • Limited to JSON response format only.
  • No explicit free tier details or usage limits published.

FAQs

API Specifications

1.0
Pricing Model
Freemium
Credit Card
Not Required
Response Formats
JSON
Supported Languages
6 Languages
SDK Support
REST Only
Time to Hello World

Less than 5 minutes

Rate Limit

Unlimited

Free Tier Usage

Unlimited free access with no authentication or rate limit specified.

Use Case: Best For

Developers needing quick and easy access to comprehensive weather data without API keys.

Not Recommended For

Users requiring advanced analytics, high request volumes with guaranteed SLAs, or SDK support.

#climate#forecast#weather

Explore Related APIs

Discover similar APIs to WeatherAPI

View All APIs
PUBLIC

Open Weather Map API

OpenWeatherMap API offers free access to real-time weather data, forecasts, and historical climate data, ideal for developing weather-related applications and services.

PUBLIC

Weather.gov API

The Weather.gov API offers developers free and seamless access to real-time and forecasted weather data, suitable for apps requiring timely weather updates.

PUBLIC

Open-Meteo Historical

The Open-Meteo Historical API offers developers free access to comprehensive historical weather data, suitable for climate research and related applications.