Calendar · head-to-head
Hebrew Calendar vs UK Bank Holidays
Hebcal converts between Gregorian and Hebrew dates and computes Shabbat start/end times, holiday dates, Torah readings, and the Daf Yomi study cycle for any location, driven by the same open-source engine (@hebcal/core) that runs the hebcal.com website. Every endpoint is keyless JSON (or RSS/iCal on other routes) under a Creative Commons Attribution 4.0 license, so results can be reused commercially as long as Hebcal is credited. It's rate-limited to keep the free service polite — no more than 90 requests per 10-second window — and the once-http-only backend now serves over HTTPS as well.
The UK government publishes England & Wales, Scotland, and Northern Ireland bank holidays as a single static JSON file at gov.uk, listing each holiday's date, title, and whether it's a “substitute day” moved from a weekend. It's official, authoritative, and requires nothing beyond an HTTP GET — no key, no rate limit, and it's licensed under the Open Government Licence for reuse including commercially.
| Hebrew Calendar | UK Bank Holidays | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |