Skip to main content

Get Quran verses in a specific script

Stream the complete Quran text in the requested script. Use the structural filters to limit results to a chapter, juz, hizb, rub el hizb, manzil, ruku, or page.

Path Parameters
    script string required

    Possible values: [uthmani, uthmani_simple, text_uthmani_simple, uthmani_tajweed, text_uthmani_tajweed, indopak, text_indopak, indopak_nastaleeq, text_indopak_nastaleeq, imlaei, text_imlaei, imlaei_simple, text_imlaei_simple, qpc_hafs, text_qpc_hafs, qpc_nastaleeq, text_qpc_nastaleeq, code_v1, v1, code_v2, v2, v1_image]

    Script identifier for the response payload. Supported values: uthmani, uthmani_simple, text_uthmani_simple, uthmani_tajweed, text_uthmani_tajweed, indopak, text_indopak, indopak_nastaleeq, text_indopak_nastaleeq, imlaei, text_imlaei, imlaei_simple, text_imlaei_simple, qpc_hafs, text_qpc_hafs, qpc_nastaleeq, text_qpc_nastaleeq, code_v1, v1, code_v2, v2, v1_image. Unsupported values fall back to the Uthmani text payload.

Query Parameters
    chapter_number integer

    Possible values: >= 1 and <= 114

    Filter verses to a specific surah.

    juz_number integer

    Possible values: >= 1 and <= 30

    Filter verses to a specific juz.

    page_number integer

    Possible values: >= 1 and <= 604

    Filter verses to a Madani Mushaf page.

    hizb_number integer

    Possible values: >= 1 and <= 60

    Filter verses to a specific hizb.

    rub_el_hizb_number integer

    Possible values: >= 1 and <= 240

    Filter verses to a specific rub el hizb.

    manzil_number integer

    Possible values: >= 1 and <= 7

    Filter verses to a specific manzil.

    ruku_number integer

    Possible values: >= 1 and <= 558

    Filter verses to a specific ruku.

    verse_key string

    Fetch a single ayah by its chapter:verse key.

Responses

Successful response


Schema
    verses object[] required
  • Array [
  • id integer required
    verse_key string required
    text_uthmani string
    text_uthmani_simple string
    text_uthmani_tajweed string
    text_indopak string
    text_indopak_nastaleeq string
    text_imlaei string
    text_imlaei_simple string
    text_qpc_hafs string
    text_qpc_nastaleeq string
    image_url string
    code_v1 string
    code_v2 string
    v1_page integer
    v2_page integer
  • ]
  • meta object required
    filters object required
    oneOf
Loading...