GlossaryGlossary term GET
Glossary term
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.
Path Parameters
slug*string
Term slug, e.g. wn8.
Response Body
application/json
curl -X GET "https://example.com/glossary/slug"{ "slug": "string", "term": "string", "aliases": [ "string" ], "category": "vehicles", "short": "string", "body": [ { "kind": "string", "segments": [ { "text": "string", "slug": "string" } ] } ], "related": [ { "slug": "string", "term": "string", "aliases": [ "string" ], "category": "vehicles", "short": "string" } ], "links": [ { "target": "top-players", "slug": "string", "label": "string" } ]}Glossary anchors GET
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.
Generic OG card GET
A generic 1200×630 PNG social card with a customizable title and subtitle, used as the link-unfurl image for pages without a dedicated per-entity card.