Glossary anchors
Where each glossary term attaches to the interface: the tank specification columns and the on-screen labels it defines, with the one-sentence definition to show for them. Small by construction (only anchored terms, listed once each), so a client can hold the whole thing and explain a table without another request.
Response Body
application/json
curl -X GET "https://example.com/glossary/anchors"{ "terms": [ { "slug": "string", "term": "string", "short": "string" } ], "bySpecKey": { "property1": "string", "property2": "string" }, "byLabel": { "property1": "string", "property2": "string" }}Glossary GET
Every World of Tanks term the site defines: game mechanics, vehicle statistics, battle formats, rating systems and community slang. Each entry carries a one-sentence definition, the other spellings it is searched by, and the section it belongs to. Alphabetical by term. Pass `category` to read one section.
Glossary term GET
One glossary term in full: its definition, the body of the entry with every mention of another term already resolved to that term's slug, the terms it relates to, and the pages of the site it points at.