fyi.wed.getForecast

wed.fyi

{
  "id": "fyi.wed.getForecast",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "encoding": "application/json",
        "description": "Weather forecast JSON when format is omitted or 'json', an SVG meteogram when format is 'svg', or a base64-encoded PNG data URI when format is 'png'."
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "maxLength": 2048,
            "description": "The AT URI of the event record (fyi.wed.event or community.lexicon.calendar.event)."
          },
          "units": {
            "enum": [
              "metric",
              "imperial"
            ],
            "type": "string",
            "maxLength": 16,
            "description": "Units for the forecast: 'metric' (default) or 'imperial'."
          },
          "format": {
            "enum": [
              "json",
              "svg",
              "png"
            ],
            "type": "string",
            "maxLength": 16,
            "description": "Output format: 'json' (default), 'svg', or 'png' (as base64)."
          }
        }
      },
      "description": "Fetches a weather forecast for an event identified by an AT URI record. Accepts format=svg or format=png to return an SVG or PNG meteogram instead of JSON."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fyi.wed.getForecast

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jw2rjf3xwlxrrcg4i7rfozgc
CID
bafyreieyevy4czdxyylm42652ftg2nt37yrnqbr7tprdyumjp76e2nj23m
Indexed At
2026-08-20 16:01 UTC
AT-URI
at://did:plc:jw2rjf3xwlxrrcg4i7rfozgc/com.atproto.lexicon.schema/fyi.wed.getForecast

Lexicon Garden

@