---
title: "List project languages"
method: GET
path: "/projects/{project_id}/languages"
tags: ["Languages"]
---

# List project languages

`GET /projects/{project_id}/languages`

Retrieves a list of project languages.

Requires <code>read_languages</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `project_id` string
  - `languages` Languages[]
    - `lang_id` number — A unique language identifier in the system.
    - `lang_iso` string — Language/locale code.
    - `lang_name` string — Language name.
    - `is_rtl` boolean — Whether the language is Right-To-Left.
    - `plural_forms` unknown[] — List of supported plural forms.
      - unknown
    - `cc_iso` string — Country code, associated with the language.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
