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
- 200
application/json
Schema
Example (from schema)
response
Schema
audio_files object[] required
{
"audio_files": [
{
"id": 1,
"chapter_id": 1,
"file_size": 710784,
"format": "mp3",
"total_files": 1,
"audio_url": "https://download.quranicaudio.com/quran/abdullaah_3awwaad_al-juhaynee//001.mp3"
}
]
}
{
"audio_files": [
{
"id": 43,
"chapter_id": 22,
"file_size": 19779712,
"format": "mp3",
"total_files": 1,
"audio_url": "https://download.quranicaudio.com/quran/abdullaah_3awwaad_al-juhaynee//022.mp3"
},
{
"id": 87,
"chapter_id": 44,
"file_size": 6453376,
"format": "mp3",
"total_files": 1,
"audio_url": "https://download.quranicaudio.com/quran/abdullaah_3awwaad_al-juhaynee//044.mp3"
}
]
}
GET /chapter_recitations/:id
Request
Request
curl / cURL
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET 'https://api.quran.com/api/v4/chapter_recitations/:id' \
-H 'Accept: application/json'