An almanac for the working week

When are the Jewish holidays — and how many days off will you need?

Exact dates for every Yom Tov, fast, and festival; which ones land on workdays; and a free JSON API and iCal feed so your HR system already knows.


I. The Planner

Workdays off, counted for you.

Yom Tov days — when work is traditionally prohibited — are always counted. Add the observances your household keeps, set your weekend, and the ledger updates.

workdays off calculating…

Falls on a workday

    Falls on the weekend

      II. Year at a glance

      Twelve months, inked.

      Every observed holiday for the selected year, plotted on the civil calendar. Hover a marked day for its name.

      Yom Tov Chol HaMoed Fast day Minor festival
      III. The long view

      Some years cost more than others.

      The Hebrew calendar drifts against the civil week, so the number of holidays landing on workdays swings year to year. Compare a span of years below.

      workdays off · current filters applied
      IV. A field guide

      About the holidays.

      What each observance is, when it falls this year, and whether work is traditionally permitted.

      V. For machines

      One API. Every HR calendar.

      Everything on this page is powered by a free, no-auth JSON API — computed locally from the Hebrew calendar, no rate-limited third parties. Pipe it into Workday, BambooHR, Google Calendar, or anything that speaks REST or iCal.

      • JSON endpoints for holidays, workday counts, multi-year comparisons
      • iCal (.ics) feed for Workday absence & Outlook/Google calendars
      • Diaspora or Israel schemes, configurable weekends (Fri–Sat supported)
      • OpenAPI 3.1 spec — generate a client in any language
      # How many days off in 2026?
      $ curl 'https://whenarethejewishholidays.com\
          /api/v1/workdays?year=2026&include=cholhamoed'
      
      {
        "year": 2026,
        "daysOffRequired": 13,
        "weekdayHolidays": [
          { "title": "Pesach I", "date": "2026-04-02", … }
        ]
      }