---
title: "List of all languages in which there are translations."
method: GET
path: "/languages"
tags: ["languages"]
---

# List of all languages in which there are translations.

`GET /languages`

## Response `200`

Successful operation

- Language[]
  - `code` string — Codes for the representation of names of languages based on [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) standard
  - `name` string — Language name in English
  - `native_name` string — Language name in native language
  - `direction` 'ltr' | 'rtl' — Text-direction in the language

## Other responses

- `400` — Invalid request.

---

[API](https://skmtc.net/quranacademy/apis/digital-quran-api.md) · [All operations](https://skmtc.net/quranacademy/apis/digital-quran-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quranacademy/digital-quran-api/versions/16de44914fe4/schema)
