Skip to main content

List of all chapter audio files of a reciter

Get a complete list of recitations by a reciter, per chapter (surah)

Path Parameters
    id number required

    The ID of the reciter, in numerical value

Query Parameters
    language string

    Default value: en

Responses


Schema
    audio_files object[] required
  • Array [
  • id integer

    The Id of the audio file

    chapter_id integer

    The chapter id

    file_size integer

    The file size in bytes

    format string

    The format of the file

    total_files integer

    The total number of files

    audio_url string

    The audio file's url

  • ]
GET /chapter_recitations/:id

Request

Base URL
https://api.quran.com/api/v4
id — path required
language — query
curl / cURL
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'