A verse (Arabic + translation)
API · /quran-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 salute
degradato- Tempo di attività
- 75.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 132 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 3,753
- attiva
- Chiamate totali
- 24
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 4,280 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 4,280 calls/month
- 2 req/sec
- Ayah + surah + search
- No credit card
Starter
€3.55 /mese
- 59,000 chiamate/mese
- 10 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 59k calls/month
- 10 req/sec
- Arabic + 100+ translations
- Email support
Pro
€10.85 /mese
- 304,000 chiamate/mese
- 25 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 304k calls/month
- 25 req/sec
- Quran study / dawah apps
- Priority support
Mega
€28.95 /mese
- 1,496,000 chiamate/mese
- 60 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1.5M calls/month
- 60 req/sec
- Islamic-content platform
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
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
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
RxNorm API
US drug terminology as an API, powered by the U.S. National Library of Medicine's RxNav / RxNorm service. Resolve any drug or medication name to its RxNorm concept identifier (RxCUI); read a concept's properties (preferred name, term type, synonym, UMLS id); find all the related drug products for a name grouped by term type (brand names, ingredients, clinical and branded drugs, dose forms); walk related concepts by term type; list the drug classes a medicine belongs to across ATC, VA, mechanism of action, physiologic effect and chemical structure; and run spelling-tolerant search that returns candidate RxCUIs with match scores for misspelled or partial names. The standardised vocabulary that underpins US electronic health records and e-prescribing. Ideal for EHR and pharmacy systems, medication reconciliation, clinical-decision-support and health apps, and drug-data normalisation pipelines. RxCUIs are numeric.
api.oanor.com/rxnorm-api
Ontology API
Ontologías biomédicas como API, impulsadas por el Servicio de Búsqueda de Ontologías del EBI (OLS). Busque en más de 280 ontologías seleccionadas: enfermedades (MONDO), fenotipos humanos (HP), la Ontología Génica (GO), anatomía (UBERON), tipos celulares (CL), química (ChEBI), factores experimentales (EFO), el Tesauro del NCI y muchas más — para encontrar términos por nombre; explore el catálogo completo de ontologías con versiones y recuentos de términos; lea cualquier término para obtener su definición, sinónimos exactos, ID OBO, IRI y estado de obsoleto; y recorra la jerarquía de clases a través de los padres e hijos directos de un término. Ideal para armonización y codificación de datos clínicos, búsqueda y autocompletado biomédico, enriquecimiento de grafos de conocimiento, anotación y pipelines de curación, y aplicaciones de investigación y EHR que necesiten vocabularios estándar. Los IDs OBO se ven como MONDO:0005148 o GO:0008150.
api.oanor.com/ontology-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Quran API?
Qual è il limite di velocità di Quran API?
Quanto costa Quran API?
Posso cancellare l'abbonamento in qualsiasi momento?
Quran API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/quran-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/quran-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/quran-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/quran-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.