Hebrew Calendar

API

Free API for Hebrew-Gregorian conversions & Jewish holiday/Shabbat times

Visit Website

Overview

The Hebrew Calendar API provides RESTful endpoints for converting dates between Gregorian and Hebrew calendars, retrieving Shabbat start/end times, and accessing detailed Jewish holiday info (biblical, historical, modern). Responses are JSON-formatted. Key endpoints include date conversion (/convert), Shabbat times (/shabbat), and holiday listings (/holidays). Ideal for integrating Jewish calendar features into scheduling apps, religious reminders, educational tools, or cultural platforms needing accurate Hebrew date calculations.

Example Integration (JavaScript)

script.js JS

fetch('https://www.hebcal.com/home/developer-apis')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON Support
  • Gregorian-Hebrew Conversion
  • Shabbat Time Retrieval
  • Jewish Holiday Data
  • No API Key for Basic Use

Frequently Asked Questions

? Is Hebrew Calendar API free to use?

Yes, it offers a free tier with rate limits. Paid plans are available for higher request volumes and advanced features.

? Does it require an API Key?

No API key is needed for basic requests. An API key is required for paid plans to access higher rate limits and premium features.

? What is the response format?

All responses are in JSON format, making it easy to parse and integrate into applications.

Top Alternatives

Zmanim API Search Google
Jewish Calendar API Search Google

People Also Ask about Hebrew Calendar

Hebrew Calendar vs Zmanim APIHebrew Calendar vs Jewish Calendar API Hebrew Calendar 2025 review

Tool Info

Pricing Freemium
Category Calendar
Platform Public API

Pros

  • Easy integration
  • Accurate religious date calculations
  • Multiple holiday categories
  • Free basic tier

Cons

  • Rate-limited free tier
  • Paid plans for high volume
  • Limited advanced features in free version

More Calendar Tools