{
  "x402Version": 2,
  "id": 3613,
  "slug": "3613",
  "resource": "https://api.ozdreamtools.de/api/holidays",
  "description": "Returns the public holidays (bank holidays, Feiertage) of a German federal state for one year, each with date, weekday and the citation in that state's own act. Public holidays in Germany are state law; only 3 October is federal. Regionally limited ones (Assumption Day in Bavaria, Corpus Christi in Saxony and Thuringia) are flagged and do NOT apply statewide. All 16 state lists read against the statute, each with source and check date.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4Dd5E59475A55f1C2c0816469600663cb74cC1Dc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "state": "BY",
            "year": 2026
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "holidays": [
              {
                "date": "2026-06-04",
                "key": "fronleichnam",
                "name": "Fronleichnam",
                "scope": "statewide",
                "weekday": "Thursday"
              },
              {
                "date": "2026-08-15",
                "key": "mariae_himmelfahrt",
                "name": "Mariä Himmelfahrt",
                "restriction": "only in municipalities with a predominantly Catholic population …",
                "scope": "regionally_limited",
                "weekday": "Saturday"
              }
            ],
            "legal_basis": {
              "checked_at": "2026-07-23",
              "citation": "Art. 1 FTG",
              "source": "…",
              "statute": "Feiertagsgesetz (FTG), Bayern"
            },
            "note": "…",
            "state": "BY",
            "state_name": "Bayern",
            "year": 2026
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "state": {
                    "description": "Federal state code: BW BY BE BB HB HH HE MV NI NW RP SL SN ST SH TH",
                    "type": "string"
                  },
                  "year": {
                    "description": "Calendar year, 1583 to 2200 (validity range of the Gregorian Easter formula).",
                    "type": "integer"
                  }
                },
                "required": [
                  "year",
                  "state"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.ozdreamtools.de",
  "lastUpdated": "2026-09-01T11:22:56.539Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T11:22:55.901Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.ozdreamtools.de",
    "manifest_name": "api.ozdreamtools.de",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}