Wordnik Word List API
Read and write operations on an individual user word list.
Wordnik Word List 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 List. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.
This API exposes 6 operations across 3 paths, and defines 3 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 List 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 6
Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Read and write operations on an individual user word list.
Schemas 3
The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WordList (11 properties), WordListWord (7 properties), StringValue (1 property). 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.