Comprehensive open-source Quran data hub by Tarteel AI. Provides Quran text, 90+ translations, tafsir, recitation audio with word-by-word timestamps, Mushaf page layouts, morphology, and grammar — all in downloadable JSON format.
const res = await fetch(
"https://qul.tarteel.ai"
);
const data = await res.json();