Juz

Juz info

The Quran is divided into 30 equal parts called Juz to make it easier to recite or memorize in 30 days, especially during Ramadan. Each Juz may span multiple surahs and is based on length, not theme.

Tags

Download Links

Juz 1

Total Ayahs: 148

Ayah Range

From: Al-Fatihah, Ayah 1

To: Al-Baqarah, Ayah 141

Surahs in this Juz

  • Surah Al-Fatihah: Ayahs 1-7
  • Surah Al-Baqarah: Ayahs 1-141

Export Formats

Juz data is exported in both JSON and SQLite formats.

JSON Format

Here is an example of the JSON structure for the first juz:

{
  "1": {
    "juz_number": 1,
    "verses_count": 148,
    "first_verse_key": "1:1",
    "last_verse_key": "2:141",
    "verse_mapping": {
      "1": "1-7",
      "2": "1-141"
    }
  }
}
    
Field Type Description
juz_number INTEGER The juz number (1 to 30).
verses_count INTEGER Total number of verses in the juz.
first_verse_key TEXT The key of the first verse in the juz (e.g. 1:1).
last_verse_key TEXT The key of the last verse in the juz (e.g. 2:141).
verse_mapping OBJECT A mapping of surah numbers to ayah ranges within this juz. For example, "2": "1-141" means Surah 2 contributes ayahs 1 to 141 to this juz.