The Qur’an is traditionally divided into 7 Manzils to allow for its complete recitation in one week. This division is especially useful for those who aim to maintain a weekly recitation habit.
Total Ayahs: 669
From: Al-Fatihah, Ayah 1
To: An-Nisa, Ayah 176
Manzil data is exported in both JSON and SQLite formats.
Here is an example of the JSON structure for the first Manzil:
{
"1": {
"manzil_number": 1,
"verses_count": 669,
"first_verse_key": "1:1",
"last_verse_key": "4:176",
"verse_mapping": {
"1": "1-7",
"2": "1-286",
"3": "1-200",
"4": "1-176"
}
}
}
| Field | Type | Description |
|---|---|---|
manzil_number |
INTEGER | The manzil number (1 to 7). |
verses_count |
INTEGER | Total number of verses in the manzil. |
first_verse_key |
TEXT | The key of the first verse in the manzil (e.g. 1:1). |
last_verse_key |
TEXT | The key of the last verse in the hizb (e.g. 4:176). |
verse_mapping |
OBJECT |
A mapping of surah numbers to ayah ranges within this manzil.
For example, "2": "1-286" indicates that all ayahs of Surah Al-Baqarah(1 to 286) are in this manzil.
|