---
title: "List available languages"
method: GET
path: "/languages"
tags: ["Languages"]
---

# List available languages

`GET /languages`

Returns available languages with translation progress (entity and paragraph counts).

## Response `200`

Available languages with translation counts

- object
  - `data` object[], required
    - `code` string, required
    - `name` string, required
    - `entityCount` integer, required
    - `paragraphCount` integer, required

## Other responses

- `500` — Internal server error

---

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