Calendar · head-to-head
Church Calendar vs LectServe
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.
LectServe is a one-person hobby project publishing the daily and Sunday Revised Common/ACNA lectionary readings for Protestant and Anglican churches, with morning/evening prayer citations linked out to Bible Gateway. It answers in either shape depending on the path: /today and /date/YYYY-MM-DD return JSON, while a path like /html/daily/YYYY-MM-DD returns a full HTML page meant to be embedded or scraped — and there's no API key, rate limit, or pricing of any kind — it's maintained by its author, Michael Wayne Arnold, as a labor of love alongside his personal site.
| Church Calendar | LectServe | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON, HTML |
| CORS | yes | yes |
| HTTPS | No | Yes |
LectServe supports 2 response formats, while Church Calendar offers fewer — pick LectServe for more integration flexibility.