List of all chapter audio files of a reciter
Get list of chapters' audio files of a reciter
Path Parameters
id number required
The Id of the reciter
Query Parameters
language string
Default value: en
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
- Array [
- ]
audio_files object[] required
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
{
"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"
}
]
}
Loading...