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

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.