Back to catalog

Weatherbit

API Key

Weather

WeatherHTTPS

Current Weather

Austin, TX — Scattered clouds

Temp C22.5
App Temp C23.1
Weather DescriptionScattered clouds
Wind Spd Ms4.8
Precip Mm0
Aqi42

Sample Response

response.json
1{
2 "city": "Austin, TX",
3 "temp_c": 22.5,
4 "app_temp_c": 23.1,
5 "weather_description": "Scattered clouds",
6 "wind_spd_ms": 4.8,
7 "precip_mm": 0,
8 "aqi": 42
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.weatherbit.io/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs