About
This API is a reusable backend for Islamic applications and research tools. It standardizes references, search, and date/prayer lookup.
- Quran (Uthmani + English)
- Hadith (10 collections)
- Umm al-Qura Hijri conversion
- Nigeria-complete prayer times
Request & Response Samples
GET /v1/quran/ayah/1/1
{"found":true,"data":{"surah_number":1,"ayah_number_in_surah":1}}
GET /v1/hijri/from-gregorian?date=2026-04-29
{"found":true,"hijri_iso":"1447-11-12"}
GET /v1/prayer/search-city?q=Lagos
{"query":"Lagos","count":2,"results":[{"city":"Lagos Island"}]}