v1
latestOpenAPI 3.0.12026-07-176129.7 KBsurahs
Fetch a specific surah
get/surah
Query parameters
surah_numberinteger required
The number of a surah
Response
Successful operation
Example response
{
"number": 1,
"revelation_place": "meccan",
"ayah_count": 7,
"name": {
"arabic": "الفاتحة",
"translation": "The Opening",
"transliteration": "Al-Fatiha"
}
}