Manzil

Manzil info

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.

Tags

Download Links

Manzil 2

Total Ayahs: 695

Ayah Range

From: Al-Ma'idah, Ayah 1

To: At-Tawbah, Ayah 129

Surahs in this Manzil

  • Surah Al-Ma'idah: Ayahs 1-120
  • Surah Al-An'am: Ayahs 1-165
  • Surah Al-A'raf: Ayahs 1-206
  • Surah Al-Anfal: Ayahs 1-75
  • Surah At-Tawbah: Ayahs 1-129

Export Formats

Manzil data is exported in both JSON and SQLite formats.

JSON Format

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.