Feiertags-API
German public holidays by state
2/10 popularity
506 ms avg latency
29% success rate
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Feiertags-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/api/v1/is-free-day /api/v1/is-free-day |
Checks whether a specific date is either a public holiday or a school vacation day |
| GET |
/ / |
Returns API information and available endpoints |
| GET |
/api/v1/states /api/v1/states |
Returns a list of all German federal states with their codes and names |
| GET |
/health /health |
Check if the API is running |
| GET |
/api/v1/is-vacation /api/v1/is-vacation |
Checks whether a specific date is a school vacation day in a given state |
| GET |
/api/v1/vacations/{state} /api/v1/vacations/{state} |
Returns all school vacation periods for a specific German state and year |
| GET |
/api/v1/is-holiday /api/v1/is-holiday |
Checks whether a specific date is a public holiday in a given state |
| GET |
/api/v1/easter/{year} /api/v1/easter/{year} |
Returns Easter Sunday and all related movable holidays for a given year |
| GET |
/api/v1/holidays/{state} /api/v1/holidays/{state} |
Returns all public holidays for a specific German state and year |