API · /sefaria-api

Sefaria Jewish Texts API

healthy 4,096 Subscribers

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.oanor.com/sefaria-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/sefaria-api/openapi.json
/api/sefaria-api/llms.txt

Discovery: GET /api/index.json lists every API.

Sefaria Jewish Texts API — live data on the oanor API marketplace

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
status Full status page → · 14 probes/24h

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
Sign in to subscribe

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
Sign in to subscribe

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
Sign in to subscribe

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
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Hadith API — oanor API marketplace

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 — oanor API marketplace

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 — oanor API marketplace

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 — oanor API marketplace

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?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Sefaria Jewish Texts API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Sefaria Jewish Texts API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Sefaria Jewish Texts API cost?
Sefaria Jewish Texts API has a free tier with 100 calls / month. Paid plans start at €2.50 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Sefaria Jewish Texts API GDPR-compliant?
All requests to Sefaria Jewish Texts API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

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 in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 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 in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.