Skip to main content

Get Ayah recitations for specific Surah

Get list of audio files for a chapter (surah) 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

    chapter_number number required

    Possible values: >= 1 and <= 114

Responses


Schema
    audio_files object[]
  • Array [
  • url string
    duration number
    format string
    segments undefined[]
  • ]
  • pagination object
    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
GET /recitations/:recitation_id/by_chapter/:chapter_number

Request

Base URL
https://api.quran.com/api/v4
recitation_id — path required
chapter_number — path required
curl / cURL
curl -L -X GET 'https://api.quran.com/api/v4/recitations/:recitation_id/by_chapter/:chapter_number' \
-H 'Accept: application/json'