---
title: "Returns project languages, percentage of translation done for each and the datetime (UTC - ISO 8601) when the last change was made."
method: POST
path: "/languages/list"
tags: ["Languages"]
---

# Returns project languages, percentage of translation done for each and the datetime (UTC - ISO 8601) when the last change was made.

`POST /languages/list`

List Languages. More details in the [documentation](https://poeditor.com/docs/api#languages_list).

## Response `200`

OK

- LanguagesListLongResponse
  - `response` object
    - `status` string
    - `code` string
    - `message` string
  - `result` LanguagesListLong
    - `languages` object[]
      - `name` string
      - `code` string
      - `translations` integer — Number of terms that have a translation in this language
      - `percentage` number — Translation progress as a percentage (translations / total terms * 100)
      - `updated` string

---

[API](https://skmtc.dev/poeditor/apis/api-v2.md) · [All operations](https://skmtc.dev/poeditor/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poeditor/api-v2/revisions/a063e4fc5b96/schema)
