---
title: "List available languages"
method: GET
path: "/v2/localization/languages"
tags: ["Localization"]
---

# List available languages

`GET /v2/localization/languages`

Returns a list of all supported languages with their codes, names, flags, and native names.

## Headers

- `Accept-Language` string, nullable — Accept-Language header

## Response `200`

Successful Response

- LanguageResponse[]
  - `code` string, required — Language code (e.g., 'en-US', 'es-ES')
  - `name` string, required — Language name (e.g., 'English (US)', 'Spanish (Spain)')
  - `flag` string, required — Flag emoji
  - `nativeName` string, required — Native language name

## Other responses

- `422` — Validation Error

---

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