{
  "x402Version": 2,
  "id": 2532,
  "slug": "2532",
  "resource": "https://wallets-demo-seller-server.calebgcarithers.workers.dev/weather",
  "description": "Real-time current weather conditions for a city or location, including temperature, humidity, precipitation, wind, and a human-readable condition.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0xCBd4E4218B2Cd8300f1bd07b9B4B720fAb6B51B3",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "location": "San Francisco"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "current": {
              "apparentTemperatureC": 17.4,
              "condition": "partly cloudy",
              "precipitationMm": 0,
              "relativeHumidity": 72,
              "temperatureC": 18.2,
              "time": "2026-06-29T10:45",
              "weatherCode": 2,
              "windDirectionDegrees": 260,
              "windSpeedKmh": 13.1
            },
            "fetchedAt": "2026-06-29T18:02:00.000Z",
            "location": {
              "admin1": "California",
              "country": "United States",
              "countryCode": "US",
              "latitude": 37.77493,
              "longitude": -122.41942,
              "name": "San Francisco",
              "timezone": "America/Los_Angeles"
            },
            "source": "open-meteo"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "location": {
                    "description": "City, postal code, or location name to geocode before fetching weather. Examples: San Francisco, Berlin, Tokyo.",
                    "minLength": 2,
                    "type": "string"
                  }
                },
                "required": [
                  "location"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "current": {
                    "type": "object"
                  },
                  "fetchedAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "location": {
                    "type": "object"
                  },
                  "source": {
                    "type": "string"
                  }
                },
                "required": [
                  "location",
                  "current",
                  "source",
                  "fetchedAt"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "wallets-demo-seller-server.calebgcarithers.workers.dev",
  "lastUpdated": "2026-09-09T22:50:22.527Z",
  "quality": {
    "calls30d": 19,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-09T22:50:22.136Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "wallets-demo-seller-server.calebgcarithers.workers.dev",
    "manifest_name": "wallets-demo-seller-server.calebgcarithers.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}