Back to catalog

Visual Crossing

API Key

Global historical and weather forecast data

WeatherHTTPSCORS enabled

Weather Forecast

New York, NY — Partly Cloudy

Temp F38.2
Feels Like F31.4
Humidity64
ConditionsPartly Cloudy
Wind Mph12.3
Uv Index2

Sample Response

response.json
1{
2 "location": "New York, NY",
3 "temp_f": 38.2,
4 "feels_like_f": 31.4,
5 "humidity": 64,
6 "conditions": "Partly Cloudy",
7 "wind_mph": 12.3,
8 "uv_index": 2
9}

Code Snippets

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

Similar APIs