Skip to main content

Get list of Audio files of single recitation

Get list of AudioFile for a single ayah-by-ayah recitation. Use a recitation_id from /resources/recitations. Do not use chapter-reciter IDs from /resources/chapter_reciters here.

You can also include more fields of audio files using fields query string.

Path Parameters
Query Parameters
    fields string

    comma separated field of audio files.

    chapter_number integer

    Possible values: >= 1 and <= 114

    If you want to get audio file of a specific surah.

    juz_number integer

    Possible values: >= 1 and <= 30

    If you want to get audio file of a specific juz.

    page_number integer

    Possible values: >= 1 and <= 604

    If you want to get audio file of a Madani Mushaf page

    hizb_number integer

    Possible values: >= 1 and <= 60

    If you want to get audio file of a specific hizb.

    rub_el_hizb_number integer

    Possible values: >= 1 and <= 240

    If you want to get audio file of a specific Rub el Hizb.

    manzil_number integer

    Possible values: >= 1 and <= 7

    If you want to get audio file of a specific manzil.

    ruku_number integer

    Possible values: >= 1 and <= 558

    If you want to get audio file of a specific ruku.

    verse_key string

    If you want to get audio file of a specific ayah.

Responses

Successful response


Schema
    audio_files object[] required
  • Array [
  • verse_key string required
    url string required
  • ]
  • meta object
    reciter_name string
Loading...