A list of API endpoints
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 |
| links | map | Links to the sources |
| updated | string | Timestamp of update |
| message | string | Salam, today is ... (Hijri date) |
Returns the daily reminder for a specific date. The "date" format is YYYY-MM-DD.
Format: JSON
| Field | Type | Description |
|---|---|---|
| name | string | Name of Allah |
| hadith | string | Hadith from Sahih Bukhari |
| verse | string | A verse of the Quran |
| links | map | Links to the sources |
| updated | string | Timestamp of update |
| message | string | Salam, today is ... (Hijri date) |
| date | string | Gregorian date (YYYY-MM-DD) |
| hijri | string | Hijri date (display format) |
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 |