Get a single translation
Get a single #model:XCinMTfQdCrC3D3vH of all ayah.
See #endpoint:N4JAF8phDshhyrBHs endpoint to fetch available translations.
You can also include more fields of translation using fields
query string.
Path Parameters
Recitation id
Query Parameters
comma seperated fields of translation.
Possible values: >= 1
and <= 114
If you want to get translation of a specific surah.
Possible values: >= 1
and <= 30
If you want to get translation of a specific juz.
Possible values: >= 1
and <= 604
If you want to get translation of a Madani Muhsaf page
Possible values: >= 1
and <= 60
If you want to get translation of a specific hizb.
Possible values: >= 1
and <= 240
If you want to get translation of a specific Rub el Hizb.
If you want to get translation of a specific ayah.
- 200
Schema
- Array [
- ]
translations object[] required
Text of the translation, text could have HTML tags for formatting and footnotes.
meta object
{
"translations": [
{
"resource_id": 131,
"resource_name": "Dr. Mustafa Khattab, the Clear Quran",
"id": 903958,
"text": "In the Name of Allah—the Most Compassionate, Most Merciful.",
"verse_id": 1,
"language_id": 38,
"language_name": "english",
"verse_key": "1:1",
"chapter_id": 1,
"verse_number": 1,
"juz_number": 1,
"hizb_number": 1,
"rub_number": 1,
"page_number": 1
}
],
"meta": {
"translation_name": "string",
"author_name": "string"
}
}
{
"translations": [
{
"resource_id": 131,
"text": "In the Name of Allah—the Most Compassionate, Most Merciful."
}
],
"meta": {
"translation_name": "Dr. Mustafa Khattab, the Clear Quran",
"author_name": "Dr. Mustafa Khattab"
}
}