Get Chapter Info
Get #model:wc8vsnXdQpa7bpWa4 in specific language. Default to English
.
Path Parameters
chapter_id integer required
Possible values: >= 1
and <= 114
Chapter number ( 1-114 )
Query Parameters
language string
Default value: en
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
chapter_info object
chapter_id number required
text string required
Long text of chapter info, this could include html tags for formatting and styling.
short_text string required
language_name string
source string required
Name of the source, could be a book name or site name.
{
"chapter_info": {
"chapter_id": 1,
"text": "<h2>Name</h2>\n<p>This Surah is named Al-Fatihah because of its subject-matter. Fatihah is that which opens a subject or a book or any other thing. In other words, Al-Fatihah is a sort of preface.</p>...",
"short_text": "This Surah is named Al-Fatihah because of its subject-matter. Fatihah is that which opens a subject or a book or any other thing. In other words, Al-Fatihah is a sort of preface.",
"language_name": "English",
"source": "Sayyid Abul Ala Maududi - Tafhim al-Qur'an - The Meaning of the Quran"
}
}
{
"chapter_info": {
"id": 1,
"chapter_id": 1,
"language_name": "english",
"short_text": "This Surah is named Al-Fatihah because of its subject-matter. Fatihah is that which opens a subject or a book or any other thing. In other words, Al-Fatihah is a sort of preface.",
"source": "Sayyid Abul Ala Maududi - Tafhim al-Qur'an - The Meaning of the Quran",
"text": "<h2>Name</h2>\r\n<p>This Surah is named Al-Fatihah because of its subject-matter. Fatihah is that which opens a subject or a book or any other thing. In other words, Al-Fatihah is a sort of preface.</p>\r\n<h2>Period of Revelation</h2>..."
}
}
Loading...