Name days, public holidays, and date information in Czech. REST & GraphQL. Free, fast, and cached at the edge.
A complete Czech calendar API with name days, holidays, and localized date information.
Complete Czech name day calendar including leap year. Every day of the year covered.
All fixed holidays plus Easter-based moveable holidays (Good Friday & Easter Monday) calculated automatically.
Day and month names in Czech with both nominative and genitive grammatical cases.
Choose your preferred interface. Full REST API with path parameters or flexible GraphQL queries.
CDN-cached responses for blazing fast performance. Date-specific endpoints cached for 1 hour.
Full CORS support. Call from any browser, mobile app, IoT device, or smart home system.
Click an endpoint to see a real response from the API.
Click an endpoint to load...
Simple, predictable REST endpoints. All responses are JSON.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/day |
Today's date information |
| GET | /api/day/:date |
Specific date (YYYY-MM-DD format) |
| GET | /api/day/:date/interval/:days |
Multiple consecutive days from a date |
| GET | /api/week/:date |
7 days starting from a date |
| POST | /api/graphql |
GraphQL endpoint |
Get started in seconds with any language or framework.
# Get today's name day curl https://rainbow-salamander-94cbeb.netlify.app/api/day # Get a specific date curl https://rainbow-salamander-94cbeb.netlify.app/api/day/2024-12-24 # Get a week curl https://rainbow-salamander-94cbeb.netlify.app/api/week/2024-12-24 # Get 14 days from a date curl https://rainbow-salamander-94cbeb.netlify.app/api/day/2024-01-01/interval/14
Flexible queries — request only the fields you need.
query { day(date: "2024-12-24") { date name dayInWeek month { nominative genitive } isHoliday holidayName } }
Free for everyone with fair usage limits. Response headers tell you your current usage.