W

Wordnik API

REST discovered

Details
URL
https://api.wordnik.com/v4
Spec
https://developer.wordnik.com/api-docs/swagger.json
Spec (json)
https://api.apis.guru/v2/specs/wordnik.com/4.0/openapi.json
Docs
https://developer.wordnik.com/docs
Authentication
Wordnik API key api_key: <credential> + Wordnik auth token for private user content auth_token: <credential> discovered
Wordnik API key api_key Get key ↗

Create a Wordnik account at Wordnik signup, validate your email address, then log in and apply for an API key from Wordnik Developer. Wordnik says free keys may take up to seven days unless you donate US$5, in which case keys are typically issued within 24 hours.

Wordnik auth token for private user content bearer

Use your own Wordnik username/password together with your API key to call the authentication endpoint described in the Wordnik changelog: POST https://api.wordnik.com/v4/account.json/authenticate/$USERNAME with header api_key: $API_KEY and the password in the request body. The response returns a token value, which Wordnik says is then sent as auth_token to access your private word lists. This token is only needed for private user-content endpoints.

Wordnik API key api_key discovered Get key ↗
api_key: <credential> /?api_key=<credential>