Qur'an & Hadith
## 🕌 Qur’an & Hadith API — Access Authentic Islamic Knowledge Programmatically **Qur’an & Hadith API** is a free, open-source REST service that allows developers to integrate **authentic Qur’anic verses and Hadiths** into modern applications. It aims to make Islamic knowledge universally accessible for education, research, and spiritual growth — while maintaining accuracy and source…
Qur'an & Hadith endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Available Quran Languages /v1/quran/languages |
List Available Quran Languages |
| GET |
List Hadith Collections /v1/hadith/collections |
List Hadith Collections |
| GET |
Books Chapters For A Collection /v1/hadith/{collectionid}/books |
List Books,Chapters For A Collection |
| GET |
Full Surah And Ayahs /v1/quran/surah/{surah_number} |
get a full Surah and its Ayahs |
| GET |
Hadiths For A Given Book,Chapter /v1/hadith/{collectionid}/book/{book_id} |
get Hadiths For A Given Book,Chapter |
| GET |
Specific Ayah /v1/quran/ayah/{surah}/{ayah} |
get a specific Ayah |
| GET |
Range Of Ayahs /v1/quran/ayahs |
get range of Ayahs between start & end (usage: Surah:Ayah) |
| GET |
Single Hadith By Hadith_ID /v1/hadith/{collectionid}/hadith/{hadith_id} |
get a Single Hadith By Hadith_ID |
| GET |
Health Check /healthz |
Health check |
| GET |
Search Quran Verses /v1/quran/search |
search Quran Verses |
| GET |
Search Hadith Texts /v1/hadith/search |
Search Hadith Texts |