Calendar · head-to-head
Church Calendar vs Namedays Calendar
Church Calendar (calapi) serves the daily Roman Catholic liturgical calendar — season, week, feast rank, and liturgical color — for a given date and country-specific calendar variant, in English, Czech, Latin, or Spanish. It's a small keyless JSON API maintained by a Czech developer alongside the printed liturgical calendars he publishes. There's no pricing or account system of any kind; the only quirk is that its real backend still only serves plain HTTP, timing out on HTTPS.
This API looks up which name(s) are celebrated on a given calendar date — or which date a given name falls on — across roughly 40 countries' nameday traditions, via a documented OpenAPI v2 surface (/today, /tomorrow, /yesterday, /getdate) served as JSON. It's a personal open project by its maintainer (Michal Abaline) with no signup, no API key, and no rate limiting, positioned as a lighter keyless alternative to older nameday lookup services.
| Church Calendar | Namedays Calendar | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | No | Yes |
Namedays Calendar is served over HTTPS, while Church Calendar isn't — pick Namedays Calendar for a secure connection.