Skip to main content

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
    translation_id number required

    Recitation id

Query Parameters
    fields string

    comma seperated fields of translation.

    chapter_number integer

    Possible values: >= 1 and <= 114

    If you want to get translation of a specific surah.

    juz_number integer

    Possible values: >= 1 and <= 30

    If you want to get translation of a specific juz.

    page_number integer

    Possible values: >= 1 and <= 604

    If you want to get translation of a Madani Muhsaf page

    hizb_number integer

    Possible values: >= 1 and <= 60

    If you want to get translation of a specific hizb.

    rub_el_hizb_number integer

    Possible values: >= 1 and <= 240

    If you want to get translation of a specific Rub el Hizb.

    verse_key string

    If you want to get translation of a specific ayah.

Responses

Successful response


Schema
    translations object[] required
  • Array [
  • resource_id integer required
    resource_name string
    id integer
    text string required

    Text of the translation, text could have HTML tags for formatting and footnotes.

    verse_id integer
    language_id integer
    language_name string
    verse_key string
    chapter_id integer
    verse_number integer
    juz_number integer
    hizb_number integer
    rub_number integer
    page_number integer
  • ]
  • meta object
    translation_name string
GET /quran/translations/:translation_id

Authorization

name: x-auth-tokentype: apiKeydescription: The JWT access token required for accessing the endpoints.in: header
name: x-client-idtype: apiKeydescription: Your client Idin: header

Request

Base URL
https://apis-prelive.quran.foundation/content/api/v4
x-auth-token
x-client-id
translation_id — path required
fields — query
chapter_number — query
juz_number — query
page_number — query
hizb_number — query
rub_el_hizb_number — query
verse_key — query
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/quran/translations/:translation_id' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'