QWeather
Location-based weather data
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Weather
- Documentation / URL
- https://dev.qweather.com/en/
Overview
QWeather provides location-based weather — key-based (an invalid key returns 403, verified).
Quick Start
Current weather (replace YOUR_KEY):
curl "https://devapi.qweather.com/v7/weather/now?location=101010100&key=YOUR_KEY"
Authentication
- Register at dev.qweather.com → API key.
- Send it as the
keyquery parameter (invalid → 403, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Now/3-day/7-day forecasts, indices, and air quality.
FAQ
Is QWeather free? Free tier with limits; more is paid.
Why 403? Invalid keys return 403 (verified) — register for a key.
What’s the auth style?
key query parameter.