Skip to main content

List Juzs​

Get list of all Juzs with verse boundaries.

Query Parameters
    mushaf integer

    Optional mushaf identifier (alias: mushaf_id) to select the verse mapping set.

Responses

Successful response


Schema
    juzs object[] required
  • Array [
  • id integer required
    juz_number integer required

    Possible values: >= 1 and <= 30

    verse_mapping object required

    Mapping of chapter numbers to the verse range included in the section.

    property name* string
    first_verse_id integer required

    ID of the first verse in this juz.

    last_verse_id integer required

    ID of the last verse in this juz.

    verses_count integer required

    Total verses in this juz.

  • ]
Loading...