LanguageTool API
LA
LanguageTool API
/words

List words in dictionaries

List words in the user's personal dictionaries.

liveunknown~3s typical
languagetool
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-languagetool-org /words for me.

Input

FieldTypeDescription
offsetintegerOffset of where to start in the list of words. Defaults to 0. default null
limitintegerMaximum number of words to return. Defaults to 10. default null
username*stringYour username as used to log in at languagetool.org. default null
apiKey*string<a target='_blank' href='https://languagetool.org/editor/settings/access-tokens'>Your API key</a> default null
dictsstringComma-separated list of dictionaries to include words from; uses special default dictionary if this is unset default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-languagetool-org","endpoint":"/words","input":{"offset":1,"limit":1,"username":"...","apiKey":"...","dicts":"..."}}'
cli
npx cracked-ai run -p oa-languagetool-org -e /words -i '{"offset":1,"limit":1,"username":"...","apiKey":"...","dicts":"..."}'
mcp
run_tool({ provider: "oa-languagetool-org", endpoint: "/words", input: {"offset":1,"limit":1,"username":"...","apiKey":"...","dicts":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.