{
  "x402Version": 2,
  "id": 818,
  "slug": "818",
  "resource": "https://keyronne.com/api/weather",
  "description": "Current conditions plus hourly and daily forecasts for anywhere on Earth. Pass a major city name or lat/lon coordinates; get temperature, wind, humidity, pressure, cloud cover, condition codes and precipitation, with up to 90 hourly and 10 daily entries. Data from MET Norway (CC BY 4.0). No API keys, one call. POST a JSON body like: {\"city\":\"paris\",\"hourly\":12,\"days\":3}",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "city": "paris",
            "days": 3,
            "hourly": 12
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "Weather data from MET Norway (CC BY 4.0)",
            "current": {
              "condition": "partlycloudy_day",
              "humidityPct": 62,
              "temperatureC": 18.2,
              "windSpeedMs": 3.4
            },
            "daily": [
              {
                "date": "2026-07-06",
                "precipitationMm": 0.2,
                "temperatureMaxC": 21,
                "temperatureMinC": 13.5
              }
            ],
            "hourly": [
              {
                "condition": "cloudy",
                "precipitationMm": 0,
                "temperatureC": 19.1,
                "time": "2026-07-06T12:00:00Z"
              }
            ],
            "location": {
              "city": "paris",
              "lat": 48.86,
              "lon": 2.35
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "city": {
                    "description": "Major city name (e.g. \"tokyo\", \"new york\"). Or use lat/lon.",
                    "type": "string"
                  },
                  "days": {
                    "default": 5,
                    "description": "Daily summaries to return.",
                    "maximum": 10,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "hourly": {
                    "default": 24,
                    "description": "Hourly entries to return.",
                    "maximum": 90,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "lat": {
                    "maximum": 90,
                    "minimum": -90,
                    "type": "number"
                  },
                  "lon": {
                    "maximum": 180,
                    "minimum": -180,
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "attribution": {
                "type": "string"
              },
              "current": {
                "properties": {
                  "cloudCoverPct": {
                    "type": "number"
                  },
                  "condition": {
                    "description": "MET symbol code, e.g. \"rain\", \"clearsky_day\".",
                    "type": "string"
                  },
                  "humidityPct": {
                    "type": "number"
                  },
                  "precipitationNextHourMm": {
                    "type": "number"
                  },
                  "pressureHpa": {
                    "type": "number"
                  },
                  "temperatureC": {
                    "type": "number"
                  },
                  "time": {
                    "type": "string"
                  },
                  "windDirectionDeg": {
                    "type": "number"
                  },
                  "windSpeedMs": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "daily": {
                "items": {
                  "type": "object"
                },
                "type": "array"
              },
              "hourly": {
                "items": {
                  "type": "object"
                },
                "type": "array"
              },
              "location": {
                "properties": {
                  "city": {
                    "type": "string"
                  },
                  "lat": {
                    "type": "number"
                  },
                  "lon": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "units": {
                "type": "object"
              },
              "updatedAt": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "keyronne.com",
  "lastUpdated": "2026-08-28T10:46:23.781Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T10:46:23.611Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "keyronne.com",
    "manifest_name": "keyronne.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"
  }
}