List Chapters
Get a complete list of chapters (surah) in the Qur'an, along with the place and order of revelation, the name in Arabic and transliteration of the name using Romanized characters, the amount of verses contained and the pages that it occupies
Query Parameters
language string
Default value: en
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
chapters undefined[]
{
"chapters": [
null
]
}
{
"chapters": [
{
"id": 1,
"revelation_place": "makkah",
"revelation_order": 5,
"bismillah_pre": false,
"name_simple": "Al-Fatihah",
"name_complex": "Al-Fātiĥah",
"name_arabic": "الفاتحة",
"verses_count": 7,
"pages": [
1,
1
],
"translated_name": {
"language_name": "english",
"name": "The Opener"
}
}
]
}
Loading...