US point forecast plus any active NWS watches, warnings and advisories, with a CLEAR / ADV
US point forecast plus any active NWS watches, warnings and advisories, with a CLEAR / ADVISORY / WARNING verdict.
20000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "20000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"lat": 28.5384,
"lon": -81.3789
},
"type": "http"
},
"output": {
"example": {
"activeAlerts": [],
"alertCount": 0,
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Forecasts and alerts change continuously — always consult weather.gov directly before making a safety decision. Not affiliat…",
"forecast": [
{
"detailedForecast": "A chance of showers and thunderstorms before 11pm. Mostly cloudy, with a low around 76. East wind 0 to 5 mph. Chance of precipitation is 30%. New rainfall amounts less than a tenth of an inch possible…",
"isDaytime": false,
"name": "Tonight",
"precipitationChancePct": 30,
"shortForecast": "Chance Showers And Thunderstorms then Mostly Cloudy",
"startsAt": "2026-09-08T20:00:00-04:00",
"temperature": 76,
"temperatureUnit": "F",
"wind": "0 to 5 mph E"
},
{
"detailedForecast": "Showers and thunderstorms likely after 2pm. Mostly sunny. High near 92, with temperatures falling to around 84 in the afternoon. Heat index values as high as 102. East southeast wind 0 to 5 mph. Chanc…",
"isDaytime": true,
"name": "Wednesday",
"precipitationChancePct": 62,
"shortForecast": "Mostly Sunny then Showers And Thunderstorms Likely",
"startsAt": "2026-09-09T06:00:00-04:00",
"temperature": 92,
"temperatureUnit": "F",
"wind": "0 to 5 mph ESE"
}
],
"location": {
"city": "Orlando",
"forecastOffice": "MLB",
"lat": 28.5384,
"lon": -81.3789,
"state": "FL",
"timeZone": "America/New_York"
},
"reasons": [
"No active National Weather Service alerts for this point."
],
"retrievedAt": "2026-09-09T00:58:42.016Z",
"source": "NOAA National Weather Service (api.weather.gov)",
"verdict": "CLEAR"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"lat": {
"description": "Latitude, decimal degrees",
"type": "number"
},
"lon": {
"description": "Longitude, decimal degrees",
"type": "number"
},
"periods": {
"description": "Forecast periods to return, default 4",
"type": "integer"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"activeAlerts": {
"type": "array"
},
"alertCount": {
"type": "integer"
},
"disclaimer": {
"type": "string"
},
"forecast": {
"items": {
"properties": {
"detailedForecast": {
"type": "string"
},
"isDaytime": {
"type": "boolean"
},
"name": {
"type": "string"
},
"precipitationChancePct": {
"type": "integer"
},
"shortForecast": {
"type": "string"
},
"startsAt": {
"type": "string"
},
"temperature": {
"type": "integer"
},
"temperatureUnit": {
"type": "string"
},
"wind": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"location": {
"properties": {
"city": {
"type": "string"
},
"forecastOffice": {
"type": "string"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"state": {
"type": "string"
},
"timeZone": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/weather" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/weather");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/weather")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7805.json, and this resource appears in /discovery/resources and /discovery/search.