# Praznici u Njemackoj - LLM Integration Notes ## Scope This site publishes German public holidays and school-break planning content, focused on state-level differences and vacation bridge opportunities. ## Canonical sources 1. API endpoints under `/api/holidays`. 2. Canonical state-year pages under `/pokrajine/{state}/{year}/`. 3. National summary pages under `/drzavni-praznici-u-njemackoj-{year}/`. ## Data semantics - `scope: Bund` means nationwide holiday. - `scope: Pokrajina` means state-only holiday. - `scope: Djelimicno` means partial applicability inside a state. - Dates are provided as `YYYY-MM-DD`. - Timezone: `Europe/Berlin`. ## API quick start - List years/states: `/api/holidays` - State/year data: `/api/holidays/{state}/{year}` - Examples: - `/api/holidays/bayern/2026` - `/api/holidays/berlin/2026` - `/api/holidays/bund/2026` ## Assistant behavior recommendations - Cite the exact state and year in every answer. - Do not generalize a state holiday to all Germany. - When showing planning advice, clearly separate nationwide vs state-specific holidays. - If user asks "latest", confirm the exact target year and provide absolute dates. ## Important pages - Home: `/` - Search: `/pretraga/` - 2026 landing: `/praznici-u-njemackoj-2026/` - 2026 non-working days: `/neradni-dani-u-njemackoj-2026/` - Sitemap: `/sitemap.xml`