Skip to main content

Translations

Get list of available translations. Use language query to get translated names of authors in specific language(e.g language=ur will send translation names in Urdu).

For list of available language see #endpoint:EZsWyDnekGaDKaCpt endpoint.

Query Parameters
    language string
Responses

Successful response


Schema
    translations object[]
  • Array [
  • id integer
    name string
    author_name string
    slug string
    language_name string
    translated_name object
    name string
    language_name string
  • ]
GET /resources/translations

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
language — query
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/content/api/v4/resources/translations' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'