Get a single translation
Get a single translation of the Qur'an
Use https://api-docs.quran.com/docs/quran.com_versioned/translations to get the ID a desired translation
Path Parameters
The ID of the translation
Query Parameters
List of translation fields, separated by commas (,
).
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 verse (ayah), in the format chapter:verse (e.g. 1:1 -> Chapter 1, Verse 1).
- 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"
}
}