---
title: "Get all supported languages"
method: GET
path: "/languages"
tags: ["languages"]
---

# Get all supported languages

`GET /languages`

## Get all supported languages.

This endpoint will retrieve a list of all supported languages. Language objects consist of a UUID, a language code and a name. The UUID is required when creating a project.

**Returns:**
- `GetLanguagesResponse`: A dictionary containing the language data.

## Response `200`

Successful Response

- GetLanguagesResponse
  - `data` LanguageRead[], required
    - `id` string, required
    - `code` string, required
    - `name` string, required

---

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