Overview
Freeze risk scan from forecasted daily minimum temperatures.
Protocol
x402
Price
$0.0060
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
real-time-data/weather
Provider
x402
Indexed
2026-03-28 22:49:16
Health
Status
healthy
Latency (p50)
184ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-29 02:13:18
Last Healthy
2026-03-29 02:13:18
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"days": {
"description": "Forecast days (1-16)",
"type": "string"
},
"lat": {
"description": "Latitude in decimal degrees",
"required": true,
"type": "string"
},
"lon": {
"description": "Longitude in decimal degrees",
"required": true,
"type": "string"
},
"threshold_f": {
"description": "Freeze threshold in Fahrenheit",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"firstFreezeDate": "2026-11-06",
"riskLevel": "medium"
},
"source": "Open-Meteo API",
"success": true
}