A list of API endpoints
Returns the entire Quran
Format: JSON
Returns a list of Quran chapters
Format: JSON
Field | Type | Description |
---|---|---|
name | string | Transliterated name of chapter |
number | int | Number of the chapter |
english | string | English name of chapter |
verse_count | int | Number of verses in chapter |
Returns a chapter of the quran
Format: JSON
Field | Type | Description |
---|---|---|
name | string | Name of chapter |
number | int | Number of the chapter |
verses | array | Verses in the chapter |
english | string | Name in english |
Returns a verse of the quran
Format: JSON
Field | Type | Description |
---|---|---|
chapter | int | Chapter of the verse |
number | int | Number of the verse |
text | string | Text of the verse |
arabic | string | Arabic text of the verse |
Returns the entire Hadith
Format: JSON
Returns a book from the hadith
Format: JSON
Field | Type | Description |
---|---|---|
name | string | Name of book |
hadiths | array | Hadiths in the book |
Returns the names of Allah
Format: JSON
Get summarised answers via an LLM
Format: JSON
Field | Type | Description |
---|---|---|
q | string | The question to ask |
Format: JSON
Field | Type | Description |
---|---|---|
q | string | The question asked |
answer | string | Answer to the question |
references | array | A list of references used |
Returns a verse of the Quran, a hadith, and a name of Allah for the day
Format: JSON
Field | Type | Description |
---|---|---|
name | string | Name of Allah |
hadith | string | Hadith from Sahih Bukhari |
verse | string | A verse of the Quran |