Quran JSON
v1.0.0
Latest Version

Quran JSON

Access Quran text, transliteration, and translations in JSON format through a simple and powerful API.

Complete Quran Text
Access the complete Quran text in Uthmani script from The Noble Qur'an Encyclopedia
Multiple Languages
Translations available in 11 different languages from trusted sources
JSON Format
Clean and structured JSON format for easy integration in any application
Transliteration
English transliteration sourced from Tanzil.net
Quick Example
Start using the Quran JSON API in your project with a simple fetch request.
fetch('https://cdn.jsdelivr.net/npm/quran-cloud@1.0.0/dist/quran.json') .then(response => response.json()) .then(data => console.log(data));