Skip to main content

Get recitations for specific Ayah

Get list of audio files for a verse (ayah) from a reciter, specified by their Reciter ID (see https://api-docs.quran.com/docs/quran.com_versioned/chapter-reciters)..

Path Parameters
    recitation_id number required

    Recitation ID, you can get list of all ayah by ayah recitations using this endpoint #endpoint:HLbauN2sdGitPQPPL

    ayah_key string required

    Possible values: >= 1 and <= 60

    Ayah key is combination of chapter (surah) number and verse (ayah) number (e.g 1:1 -> Chapter 1, Verse 1).

Responses


Schema
    audio_files object[] required
  • Array [
  • url string
    duration number
    format string
    segments undefined[]
  • ]
  • pagination object required
    per_page integer

    Default value: 10

    Entries per api call

    current_page integer

    Default value: 1

    next_page integer

    Next page in paginated result

    total_pages= integer

    Total number of pages

    total_records= integer
Loading...