Complete Quran
Access the complete Quran text, transliteration, and translations in JSON format.
Complete Quran Text
Access the entire Quran text in Uthmani script
https://cdn.jsdelivr.net/npm/quran-cloud@1.0.0/dist/quran.json
Response Format
Example Response
Structure of the complete Quran JSON response
{
"chapters": [
{
"id": 1,
"name": "الفاتحة",
"transliteration": "Al-Fatihah",
"translation": "The Opening",
"type": "meccan",
"verses": [
{
"id": 1,
"text": "بِسْمِ ٱللَّهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ",
"transliteration": "Bismillaahir Rahmaanir Raheem",
"translation": "In the name of Allah, the Entirely Merciful, the Especially Merciful"
}
]
}
]
}