Hebrew Calendar
APIFree API for Hebrew-Gregorian conversions & Jewish holiday/Shabbat times
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)
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
People Also Ask about Hebrew Calendar
Tool Info
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