Back to catalog

QWeather

API Key

Location-based weather data

WeatherHTTPSCORS enabled

Beijing Current Weather

QWeather real-time conditions

CityBeijing
Temperature C14
ConditionPartly Cloudy
Humidity Pct42
Wind Speed Kmh18

Sample Response

response.json
1{
2 "city": "Beijing",
3 "temperature_c": 14,
4 "condition": "Partly Cloudy",
5 "humidity_pct": 42,
6 "wind_speed_kmh": 18
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://dev.qweather.com/en/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs