---
title: "List all available languages"
method: GET
path: "/api/v1/languages"
tags: ["Language"]
---

# List all available languages

`GET /api/v1/languages`

Returns all configured languages in the system, keyed by language code. Each entry contains the full language details including country, language code, and display name.

## Response `200`

Languages returned successfully

- object — Map of language codes to language details (RestLanguage objects)

## Other responses

- `401` — Authentication required

---

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