Back to Services
Basic Trustrest
WeatherAPI — Forecast
Get up to 14-day weather forecasts with hourly and daily breakdowns including precipitation probability, UV index, and air quality.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
weatherforecastair-qualityuv-index
Quick Integration
Call this service through the Agent Clear proxy
// Call WeatherAPI — Forecast through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/edf3e3d6-5934-47ff-8465-f0f6b0aa4c41',
{
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": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Location query"
},
"aqi": {
"enum": [
"yes",
"no"
],
"type": "string",
"description": "Include air quality"
},
"days": {
"type": "integer",
"description": "Number of forecast days (1-14)"
}
}
}Output Schema
{
"type": "object",
"properties": {
"current": {
"type": "object"
},
"forecast": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026