Skip to main content

Get list of audio files of single recitation

Get list of audio files for a single recitation, in MP3 format.

Path Parameters
    recitation_id number required

    Recitation id

Query Parameters
    fields string

    Field of audio files, separated by commas (,).

    chapter_number integer

    Possible values: >= 1 and <= 114

    If you want to get audio file of a specific chapter (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 Muhsaf 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.

    verse_key string

    If you want to get audio file of a specific verse (ayah), in the format chapter:verse (e.g. 1:1 -> Chapter 1, Verse 1).

Responses


Schema
    audio_files object[] required
  • Array [
  • url string
    duration number
    format string
    segments undefined[]
  • ]
  • meta object
    reciter_name string
    recitation_style string nullable
Loading...