{
  "x402Version": 2,
  "id": 7805,
  "slug": "7805",
  "resource": "https://loonie-toll.onrender.com/weather",
  "description": "US point forecast plus any active NWS watches, warnings and advisories, with a CLEAR / ADVISORY / WARNING verdict.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-16T21:15:09.783Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:15:09.47Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}