Daily weather forecast (1-16 days) for any lat/lon -- high/low temps (F), precip...
https://x402-data-bazaar.vercel.app/api/weather/forecastOverview
Daily weather forecast (1-16 days) for any lat/lon -- high/low temps (F), precipitation, chance of rain, max wind, condition. Query: ?lat=40.7&lon=-74.0&days=7. If omitted, defaults to a NYC sample location.
Protocol
x402
Price
$0.0080
Payment Asset
USD Coin
Payment Network
Base
Category
real-time-data/weather
Provider
x402-data-bazaar
Source
bazaar
Indexed
2026-03-20 09:39:33
Health
Status
degraded
Latency (p50)
41ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-05-24 04:42:11
Last Healthy
2026-04-03 08:05:12
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"days": {
"description": "Forecast length from 1 to 16 days",
"type": "string"
},
"lat": {
"description": "Latitude in decimal degrees",
"required": true,
"type": "string"
},
"lon": {
"description": "Longitude in decimal degrees",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"forecast": [
{
"condition": "Overcast",
"date": "2026-03-13",
"high_f": 42,
"low_f": 31.2
},
{
"condition": "Overcast",
"date": "2026-03-14",
"high_f": 46.2,
"low_f": 33.2
}
],
"timezone": "America/New_York"
},
"source": "Open-Meteo API",
"success": true
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-05-24 04:42:11 | degraded | 404 | 58ms | |
| 2026-05-23 18:21:18 | degraded | 404 | 39ms | |
| 2026-05-23 05:29:12 | degraded | 404 | 38ms | |
| 2026-05-22 18:27:03 | degraded | 404 | 63ms | |
| 2026-05-22 14:41:04 | degraded | 404 | 40ms | |
| 2026-05-22 00:14:11 | degraded | 404 | 46ms | |
| 2026-05-21 18:18:58 | degraded | 404 | 41ms |