Spell check on a search term

GET {{baseUrl}}/spellcheck?q=<string>

Suggest a list of words that correct the spelling errors of a search term. This endpoint is available only in the PRO/ENTERPRISE plan.

Request Params

KeyDatatypeRequiredDescription
qstring(Required) Search term, e.g., person, place, topic...

HEADERS

KeyDatatypeRequiredDescription
X-ListenAPI-Keystring(Required) Get API Key on listennotes.com/api
Acceptstring

RESPONSES

status: OK

{&quot;tokens&quot;:[{&quot;offset&quot;:&quot;\u003cinteger\u003e&quot;,&quot;token&quot;:&quot;\u003cstring\u003e&quot;,&quot;suggestion&quot;:&quot;\u003cstring\u003e&quot;},{&quot;offset&quot;:&quot;\u003cinteger\u003e&quot;,&quot;token&quot;:&quot;\u003cstring\u003e&quot;,&quot;suggestion&quot;:&quot;\u003cstring\u003e&quot;}],&quot;corrected_text_html&quot;:&quot;\u003cstring\u003e&quot;}