Back to Services
Basic Trustrest
Visual Crossing — Historical & Forecast Weather
Access historical weather data and forecasts with over 50 years of archival data for any global location.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
weatherhistorical-weatherforecastclimate
Quick Integration
Call this service through the Agent Clear proxy
// Call Visual Crossing — Historical & Forecast Weather through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/4db823a9-4fd1-47b4-bdd3-c22cd8126792',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"date1": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"date2": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"location": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"days": {
"type": "array"
},
"resolvedAddress": {
"type": "string"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026