{
  "x402Version": 2,
  "id": 5945,
  "slug": "5945",
  "resource": "https://x402.shizu.me/weather",
  "description": "Weather for any coordinate. Current (default): temperature (C), relative humidity (%), wind speed, weather code — real-time. Historical: add start_date & end_date (YYYY-MM-DD, up to 92 days per call, archive lags ~5 days) for hourly history — backtest weather-sensitive strategies (energy, agriculture, logistics). Inputs: lat, lon, start_date?, end_date?. Keyless (Open-Meteo).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "lat": "52.52",
            "lon": "13.40"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "current": {
              "relative_humidity_2m": 48,
              "temperature_2m": 17.6,
              "weather_code": 1,
              "wind_speed_10m": 12.3
            },
            "lat": 52.52,
            "lon": 13.4
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "lat": {
                    "type": "string"
                  },
                  "lon": {
                    "type": "string"
                  }
                },
                "required": [
                  "lat",
                  "lon"
                ],
                "type": "object"
              }
            },
            "required": [
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.shizu.me",
  "lastUpdated": "2026-09-15T07:27:51.73Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-15T07:27:51.144Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.shizu.me",
    "manifest_name": "x402.shizu.me",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}