Get Ayah recitations for specific Rub el Hizb
Get list of ayah #model:knzdXGgyjYnAqbhGX for a Rub el Hizb.
Path Parameters
recitation_id number required
Recitation Id, you can get list of all ayah by ayah recitations using this endpoint #endpoint:HLbauN2sdGitPQPPL
rub_el_hizb_number number required
Possible values: >= 1
and <= 240
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
- Array [
- ]
audio_files object[] required
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
{
"audio_files": [
{
"url": "https://verses.quran.com/AbdulBaset/Mujawwad/mp3/001001.mp3",
"duration": 6,
"format": "mp3",
"segments": [
[
[
0,
120,
-1
],
[
120,
420,
0
],
[
540,
810,
1
],
[
1350,
1006,
2
],
[
2356,
2454,
3
],
[
4810,
390,
-1
]
]
]
}
],
"pagination": {
"per_page": 1,
"current_page": 1,
"next_page": 2,
"total_pages=": 7,
"total_records=": 7
}
}
{
"audio_files": [
{
"verse_key": "1:1",
"url": "AbdulBaset/Mujawwad/mp3/001001.mp3"
},
{
"verse_key": "1:2",
"url": "AbdulBaset/Mujawwad/mp3/001002.mp3"
},
{
"verse_key": "1:3",
"url": "AbdulBaset/Mujawwad/mp3/001003.mp3"
}
],
"pagination": {
"per_page": 10,
"current_page": 1,
"next_page": 2,
"total_pages": 15,
"total_records": 148
}
}
Loading...