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

# Get all Languages

`GET /languages`

Retrieves all the Languages that the authenticated user or client has permission to access.

## Query parameters

- `deleted` boolean
- `public` string

## Headers

- `continuation` string
- `ifModifiedSince` string
- `maxItemCount` string

## Response `200`

200: Operation successful.

## Changes

- **2017-09-28** `bed0ec4e22e4` — 1 info
  - added the new optional `query` request parameter `deleted`
- **2017-09-15** `08873dab36b5` — 1 warning, 2 info
  - deleted the `header` request parameter `maxItems`
  - added the new optional `header` request parameter `ifModifiedSince`
  - added the new optional `header` request parameter `maxItemCount`
- **2017-09-03** `62485f488e11` — 1 warning, 1 info
  - deleted the `header` request parameter `ifModifiedSince`
  - removed the non-success response with the status `408`
- **2017-06-06** `1606499f3384` — 1 info
  - added the new optional `header` request parameter `ifModifiedSince`
- **2017-06-05** `1040300286b6` — 2 info
  - added the new optional `query` request parameter `public`
  - added the non-success response with the status `408`

[Full history](https://skmtc.dev/digitallinguistics/apis/dlx/changes/languages/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)
