Recitation Info
Get information of a specific recitation. Could include detail about the reciter, recitation style. When and who recorded it etc.
Path Parameters
recitation_id string required
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
info object
id integer
info string nullable
{
"info": {
"id": 0,
"info": "string"
}
}
{
"info": {
"id": 1,
"info": null
}
}
Loading...