---
title: "Retrieve a Language by ID"
method: GET
path: "/languages/{languageID}"
tags: ["Language"]
---

# Retrieve a Language by ID

`GET /languages/{languageID}`

## Path parameters

- `languageID` string, required

## Query parameters

- `deleted` boolean

## Headers

- `ifNoneMatch` string

## Response `200`

200: Operation successful.

## Other responses

- `304` — 304: Not modified.

## Changes

- **2017-09-28** `bed0ec4e22e4` — 1 info
  - added the new optional `query` request parameter `deleted`
- **2016-12-01** `13f179dcd92d` — 5 warning, 1 info
  - the optional response header `Last-Modified` removed for the status `200`
  - the optional response header `dlx-continuation` removed for the status `200`
  - the optional response header `dlx-item-count` removed for the status `200`
  - deleted the `header` request parameter `ifNoneMatch`
  - …2 more

[Change history](https://skmtc.dev/digitallinguistics/apis/dlx/changes/languages/:languageID/get.md)

---

[API](https://skmtc.dev/digitallinguistics/apis/dlx.md) · [All operations](https://skmtc.dev/digitallinguistics/apis/dlx/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digitallinguistics/dlx/revisions/16a3d9472e1b/schema)
