Weather Forecast and Historical Weather Data via RESTful API.
https://weather.visualcrossing.com
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://www.visualcrossing.com/weather-api
Endpoint status
Live — HTTP 200 — endpoint is accessible6.98s
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /VisualCrossingWebServices/rest/services/timeline/{location} |
Historical and Forecast Weather API |
| GET | /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate} |
Historical and Forecast Weather API |
| GET | /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate}/{enddate} |
Historical and Forecast Weather API |
| GET | /VisualCrossingWebServices/rest/services/weatherdata/forecast |
Weather Forecast API |
| GET | /VisualCrossingWebServices/rest/services/weatherdata/history |
Retrieves hourly or daily historical weather records. |
curl -X GET 'https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/{location}' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Visual Crossing Weather documentation.