Calendar · head-to-head
LectServe vs Non-Working Days
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.
isdayoff.ru answers one narrow question extremely cheaply: for a date or date range, is it a working day, a weekend, or an official non-working holiday. Responses are bare digit strings (0/1 per day, or 2 for a shortened day) rather than JSON, which keeps payloads tiny for the batch/range endpoint. It documents Russia, Belarus, Ukraine, Kazakhstan, and the US as supported country codes, but live probes this run found only Russia (the default), Belarus, and Kazakhstan return genuinely varying data — the Ukraine and US codes are accepted (HTTP 200) but answered every single day of several different months with a flat, undifferentiated "0". It's free, keyless, and has no published rate limit, built for production-calendar bookkeeping rather than general holiday metadata.
| LectServe | Non-Working Days | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, HTML | Text |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
LectServe supports 2 response formats, while Non-Working Days offers fewer — pick LectServe for more integration flexibility.