---
title: "Gets known cultures."
method: GET
path: "/Localization/Cultures"
tags: ["Localization"]
---

# Gets known cultures.

`GET /Localization/Cultures`

## Response `200`

Known cultures returned.

- CultureDto[]
  - `Name` string, nullable — Gets or sets the name.
  - `DisplayName` string, nullable — Gets or sets the display name.
  - `TwoLetterISOLanguageName` string, nullable — Gets or sets the name of the two letter ISO language.
  - `ThreeLetterISOLanguageName` string, nullable — Gets or sets the name of the three letter ISO language.
  - `ThreeLetterISOLanguageNames` string[], nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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