Get translation
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get translations text of specifc surah, and range of ayah.
Query Parameters
client_auth_token string required
Client API token
citation_id string required
citation/surah number
translation_id string required
translation
from string
from ayah
to string
to ayah
Responses
- 200
OK
Response Headers
application/json
Schema
Example (from schema)
Example
Schema
object
{}
{
"citation_texts": [
{
"id": 22037,
"text": "But seek, through that which Allah has given you, the home of the Hereafter; and [yet], do not forget your share of the world. And do good as Allah has done good to you. And desire not corruption in the land. Indeed, Allah does not like corrupters.\"",
"number": 77
}
]
}
Loading...