surahs
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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.