{
  "x402Version": 2,
  "id": 313,
  "slug": "313",
  "resource": "https://api.kadec0.xyz/v1/weather",
  "description": "Weather forecast and air quality for any location worldwide. Returns current conditions plus a 16-day daily weather forecast - temperature highs and lows, precipitation, and wind - alongside air-quality readings including AQI, PM2.5, PM10, and ozone, for any latitude and longitude. Daily forecast resolution. Keyless, via Open-Meteo.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "forecast_days": "3",
            "lat": "52.52",
            "lng": "13.41"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "airQuality": {
                  "usAqi": 34
                },
                "current": {
                  "condition": "Overcast",
                  "temperature": 23.2
                },
                "forecast": [
                  {
                    "condition": "Clear sky",
                    "date": "2026-06-21",
                    "tempMax": 26
                  }
                ],
                "type": "weather"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "forecast_days": {
                    "default": "7",
                    "description": "1-16",
                    "type": "string"
                  },
                  "lat": {
                    "description": "latitude -90..90",
                    "type": "string"
                  },
                  "lng": {
                    "description": "longitude -180..180",
                    "type": "string"
                  }
                },
                "required": [
                  "lat",
                  "lng"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-18T00:58:50.352Z",
  "quality": {
    "calls30d": 31,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-18T00:58:49.945Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}