---
title: "Get all Lexemes"
method: GET
path: "/lexemes"
tags: ["Lexeme"]
---

# Get all Lexemes

`GET /lexemes`

Retrieve all Lexemes that the authenticated user has permission to access. Include a `languageID` query parameter to limit results to Lexemes from a particular Language.

## Query parameters

- `deleted` boolean
- `languageID` string
- `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 info
  - endpoint added
- **2017-04-17** `59ad0cf79327` — 1 breaking
  - api path removed without deprecation
- **2016-12-01** `13f179dcd92d` — 9 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 `continuation`
  - …6 more

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