Words Master API Docs
Words Master publishes a small JSON API for the browser app and for agent discovery. These endpoints back the React frontend 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./api/healthreturns the live Worker health response.
Core endpoints
/api/decks lists the available deck metadata, and
/api/words?deckId=... returns the normalized word entries for one deck.
Entries include 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 read-only API surface.