Words Master API Docs
Words Master publishes a small read-only public dataset API for its vocabulary decks. The application itself is a static site; these endpoints are used by the browser app and can also be discovered programmatically by agents.
Discovery
/.well-known/api-catalogreturns the API catalog inapplication/linkset+json./openapi.jsondescribes the public endpoints in OpenAPI 3.1./api/status.jsonreturns a lightweight health response.
Public deck files
Deck JSON files live under /dicts/. Each file returns an array of word
entries containing spelling, phonetics, translations, and example sentences where
available.
Authentication
These dataset endpoints are public today and do not require OAuth or OpenID Connect. Protected-resource metadata is published only to signal that no authorization servers are currently required for the public dataset surface.