Wordnik Word API
Operations on a single English word (definitions, etymologies, examples, pronunciations, related words, frequency, hyphenation, phrases, scrabble score, audio).
Wordnik Word API is one of 5 APIs that Wordnik publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Word. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.
This API exposes 11 operations across 11 paths, and defines 20 schemas. It is described by OpenAPI 3.0.3, at version 4.0.
Requests are made against a single base URL, https://api.wordnik.com/v4.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Wordnik Word API declares
2 security schemes
for authenticating requests.
An API key is passed in the query as api_key (api_key).
An API key is passed in the header as auth_token (auth_token).
By default, every request must be authenticated.
api_key— Wordnik issues per-account API keys; pass via the apikey query parameter on every request.auth_token— User auth token returned by /account.json/authenticate/{username}; required for user-scoped account and word-list operations.
Paths & Operations 11
Across 11 paths, the API surfaces 11 operations — 11 GET. Each is listed below with its method, path, parameters, and response codes.
Operations on a single English word (definitions, etymologies, examples, pronunciations, related words, frequency, hyphenation, phrases, scrabble score, audio).
Schemas 20
The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are Definition (16 properties), AudioFile (14 properties), Example (12 properties), ScoredWord (11 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Wordnik 4
Other APIs Wordnik publishes across the network.