---
title: "Get Source Languages"
method: GET
path: "/source-languages"
tags: ["Apis"]
---

# Get Source Languages

`GET /source-languages`

## Response `200`

Successful Response

- LanguageItem[]
  - `id` integer — The id property represents a unique numerical identifier assigned to each language in the system.
  - `language` string — The language of the input text. Pass a locale tag (`en-us`, `fr-fr`, `es-es`). Numeric language IDs (`1` or `"1"`) still work but are deprecated. [See all source languages](/api-reference/endpoint/get-source-languages).
  - `short_name` string — The short name is a standardized identifier for each language and locale combination, represented in the format of <language code>-<country code>.

## Other responses

- `422` — Validation Error

---

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