V

Visual Crossing Weather API

by Visual Crossing Weather Free tier

Weather Forecast and Historical Weather Data via RESTful API.

weathervisualcrossing

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
53

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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.

Sample Request

curl -X GET 'https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/{location}' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Visual Crossing Weather documentation.