Back to catalog

AccuWeather

API Key

Weather and forecast data

Weather

Washington, D.C.

AccuWeather Current Conditions

Weather TextPartly sunny
Temperature31.2°C / 88°F
Relative Humidity58%
Wind14.8 km/h SSW
U V Index7 — High

Sample Response

response.json
1{
2 "WeatherText": "Partly sunny",
3 "Temperature": "31.2°C / 88°F",
4 "RealFeel": "35.8°C",
5 "RelativeHumidity": "58%",
6 "Wind": "14.8 km/h SSW",
7 "UVIndex": "7 — High",
8 "Visibility": "16.1 km"
9}

Code Snippets

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

Similar APIs