---
title: "Word Completion"
method: GET
path: "/api/words/completion/{word}/{lexicon}"
tags: ["Lexicon"]
---

# Word Completion

`GET /api/words/completion/{word}/{lexicon}`

Serves primarily as an autocompleter, returning potential lexicon entries for a given input.

Returns an array of arrays, each containing two strings. The first is a completion entry in Hebrew without vowels, and the second is an entry with vowels.

## Path parameters

- `lexicon` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful response

- WordCompletionAPIResponse[]
  - string[] — An array of arrays, each containing two strings. The first is a completion entry in Hebrew without vowels and the second includes vowels.

---

[API](https://skmtc.net/sefaria/apis/sefaria-api.md) · [All operations](https://skmtc.net/sefaria/apis/sefaria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sefaria/sefaria-api/revisions/d29296717011/schema)
