A comprehensive RESTful API providing access to the Holy Quran with translations in multiple languages
114
Surahs Available
12+
Languages Supported
6,236
Verses Indexed
100%
Free & Open Source
Discover the comprehensive features designed to make Quranic content accessible for developers
The API supports multiple languages to make the Quran accessible to everyone around the world
Integrate the Al-Quran API into your applications in just a few simple steps
Send a simple HTTP request to our API endpoints using your preferred programming language.
Get structured JSON data containing the requested Quranic content in your chosen language.
Parse the JSON data and integrate it into your application's UI for a seamless user experience.
// JavaScript Example
fetch('https://alquran-api.pages.dev/api/quran/surah/1?lang=en')
.then(response => response.json())
.then(data => {
console.log(data);
// Process and display the Quran data
})
.catch(error => console.error('Error:', error));
Test the Quran API endpoints with different parameters and languages directly in your browser
Discover how developers are using the Al-Quran API in various applications
Create mobile and web applications that allow users to read the Quran in their preferred language, with features like bookmarks, search, and audio recitation.
Build academic and research tools for scholars studying the Quran, enabling cross-referencing, linguistic analysis, and comparative studies across translations.
Develop interactive learning platforms that teach Quranic studies, Arabic language, and Islamic education with verse-by-verse explanations and translations.
Create websites and services for mosques, Islamic centers, and community organizations that need to display Quranic content in multiple languages.
See what developers are saying about the Al-Quran API
Mobile App Developer
"The Al-Quran API has been instrumental in developing our multilingual Quran app. The structured data and comprehensive language support saved us months of development time."
Web Developer
"I integrated the API into our educational platform, and the response has been fantastic. The search functionality is particularly impressive, allowing our users to find specific verses quickly."
Full Stack Developer
"The performance of this API is outstanding. The Edge Runtime ensures fast response times globally, which is crucial for our user base spread across different countries."
Research Scholar
"As a researcher, having access to this API has been invaluable. The consistent data structure across different languages makes comparative analysis much more efficient."
Explore our documentation to learn how to integrate the Al-Quran API into your applications and join our community.