---
title: "List words in dictionaries"
method: GET
path: "/words"
---

# List words in dictionaries

`GET /words`

List words in the user's personal dictionaries.

## Query parameters

- `offset` integer
- `limit` integer
- `username` string, required
- `apiKey` string, password, required
- `dicts` string

## Response `200`

the user's words from the given user dictionaries

- object
  - `words` string[] — array of words

---

[API](https://skmtc.dev/languagetool/apis/languagetool-api.md) · [All operations](https://skmtc.dev/languagetool/apis/languagetool-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/languagetool/languagetool-api/revisions/b03e9c3b31e2/schema)
