The library table of contents
API · /sefaria-api
Sefaria Jewish Texts API
The Sefaria library of Jewish texts as an API. Fetch any passage in both Hebrew and English — the Torah, the Prophets and Writings (Tanakh), the Mishnah, the Talmud, Midrash, Halakhah and centuries of commentary. Resolve a reference or name to its canonical citation, browse the full table of contents, and pull every commentary and connection on a given passage (Rashi, Ramban, Rashbam and more). Get today's daily-learning calendar — the weekly Torah portion (Parashat Hashavua), the Haftarah and the Daf Yomi — and explore the topic graph. Real data, no key needed upstream. Ideal for study apps, Torah readers, Jewish-education tools and research.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 1362 ms
- Server probes · 24h
- Subscribers
- 4,096
- active
- Total calls
- 133
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 12,000 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 12,000 calls/month
- 2 req/sec
- Text + references
- No credit card
Starter
€2.50 /month
- 150,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 150k calls/month
- 8 req/sec
- Commentaries + calendar
- Email support
Pro
€15.00 /month
- 750,000 calls / month
- 25 requests / second
- Hard cap (429 above quota, no overage)
- 750k calls/month
- 25 req/sec
- Study / reader apps
- Priority support
Mega
€55.00 /month
- 3,400,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 3.4M calls/month
- 50 req/sec
- Education / research platform
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Hadith API
The major Hadith collections as an API, built on an open public dataset. Browse the canonical books — Sahih al-Bukhari, Sahih Muslim, Sunan Abu Dawud, Jami at-Tirmidhi, Sunan an-Nasai, Sunan Ibn Majah, Muwatta Malik and more — each available in many languages (English, Arabic, Urdu, Bengali, Indonesian, Turkish, French and others). Fetch any single hadith by its number, with its full text, authenticity grading and book/hadith reference; list a section (kitab) of a collection; or pull a random hadith. Real data, no key needed upstream. Ideal for Islamic study and reference apps, daily-hadith widgets, search tools and research.
api.oanor.com/hadith-api
Quran API
The Holy Quran as an API. Fetch any ayah (verse) by its surah:ayah reference — for example 2:255, the Ayat al-Kursi — returning both the original Arabic (Uthmani script) and a translation, along with the surah name, juz and page; read a full surah (chapter, 1 to 114) with every ayah in Arabic and translation; search the Quran for a word or phrase within a translation; and list the available translations (over 100, in English, French, Urdu, Indonesian, Turkish and many more languages). Live from the AlQuran Cloud API. Ideal for Quran reading and study apps, Islamic education and dawah tools, verse-of-the-day features and mosque or community websites. Open scripture data.
api.oanor.com/quran-api
Bible API
The Bible as an API. Fetch any verse or passage by reference — a single verse like John 3:16 or a range like Psalms 23:1-3 or Genesis 1:1-5 — and get the clean verse text, the individual verses with their book, chapter and verse numbers, and the translation name; pull a random verse for verse-of-the-day features; and list all available translations, including the World English Bible, King James Version, American Standard Version, Bible in Basic English, the Chinese Union Version and more. Live from bible-api.com. Ideal for Bible and devotional apps, church and ministry websites, verse-of-the-day widgets and study tools. Open scripture data.
api.oanor.com/bible-api
Prayer Times & Islamic Calendar API
Islamic prayer times, the Hijri calendar and the Qibla direction as an API. Get the five daily prayer times — Fajr, Dhuhr, Asr, Maghrib and Isha, plus sunrise, sunset, Imsak and midnight — for any coordinate and date, calculated with your choice of method (Muslim World League, ISNA, Umm al-Qura, Egyptian, and many more), alongside the matching Hijri date; convert any date between the Gregorian and Hijri (Islamic lunar) calendars in either direction; and get the exact Qibla direction — the compass bearing and great-circle distance from any location to the Kaaba in Mecca. Prayer times and calendar conversion are powered by the Aladhan service; the Qibla is computed directly. Ideal for Muslim prayer and lifestyle apps, mosque and community sites, Ramadan tools and calendars, and any app that needs accurate prayer times or Hijri dates. Open data.
api.oanor.com/prayer-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Sefaria Jewish Texts API?
What's the rate limit for Sefaria Jewish Texts API?
How much does Sefaria Jewish Texts API cost?
Can I cancel my subscription anytime?
Is Sefaria Jewish Texts API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/sefaria-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/sefaria-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/sefaria-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/sefaria-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.