{
  "x402Version": 2,
  "id": 6856,
  "slug": "6856",
  "resource": "https://weather.cyberwarex.com/forecast",
  "description": "Weather forecast for a location (global, keyless): current conditions, an hourly series (up to 48h) and a daily summary (up to 10 days: min/max temp + condition), from met.no. Pass lat+lon, or a place name. For travel, logistics, events, energy. No API key.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "days": 5,
            "place": "London"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "daily": [
              {
                "date": "2026-09-12",
                "symbol": "partlycloudy_day",
                "temp_max_c": 22.5,
                "temp_min_c": 12.6
              }
            ],
            "location": {
              "name": "London"
            },
            "source": "met.no"
          },
          "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": {
                "additionalProperties": false,
                "properties": {
                  "days": {
                    "default": 7,
                    "maximum": 10,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "hours": {
                    "default": 24,
                    "maximum": 48,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "lat": {
                    "type": "number"
                  },
                  "lon": {
                    "type": "number"
                  },
                  "place": {
                    "description": "City/place name (geocoded) if lat/lon not given.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "current": {
                    "type": "object"
                  },
                  "daily": {
                    "type": "array"
                  },
                  "hourly": {
                    "type": "array"
                  },
                  "location": {
                    "type": "object"
                  },
                  "source": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "weather.cyberwarex.com",
  "lastUpdated": "2026-09-18T07:35:35.701Z",
  "quality": {
    "calls30d": 15,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-18T07:35:35.244Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "weather.cyberwarex.com",
    "manifest_name": "weather.cyberwarex.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"
  }
}