---
title: "Get all Lexemes for a Language"
method: GET
path: "/languages/{languageID}/lexemes"
tags: ["Language", "Lexeme"]
---

# Get all Lexemes for a Language

`GET /languages/{languageID}/lexemes`

## Path parameters

- `languageID` string, required

## 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, 4 info
  - deleted the `header` request parameter `maxItems`
  - api operation id `getLexemes` removed and replaced with `getLexemesByLanguage`
  - api tag `Language` added
  - added the new optional `header` request parameter `ifModifiedSince`
  - …1 more
- **2017-09-03** `62485f488e11` — 1 info
  - endpoint added
- **2016-12-01** `13f179dcd92d` — 1 breaking
  - api path removed without deprecation

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