Skip to main content

Languages

Get all languages. You can get translated names of languages in specific language using language query parameter. For example

/resources/languages?language=ur

will return language names translated into Urdu

Query Parameters
    language string
Responses

Successful response


Schema
  • Array [
  • id number
    name string
    native_name string
    iso_code string

    iso code of the language, you'll pass this code in api calls for fetching content in specific language.

    direction string
    translated_names object[]
  • Array [
  • language_name string required

    Default value: english

    name string required

    Name of the resource in specific language.

  • ]
  • ]
GET /resources/languages

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/languages' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'