unicum.gg
GlossaryGlossary GET

Glossary

GET
/glossary

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.

Query Parameters

category?string

Section of the glossary a term belongs to.

Value in

  • "vehicles"
  • "gunnery"
  • "armor"
  • "mobility"
  • "vision"
  • "crew"
  • "progression"
  • "economy"
  • "ratings"
  • "statistics"
  • "modes"
  • "tactics"
  • "slang"

Response Body

application/json

curl -X GET "https://example.com/glossary"
{  "results": [    {      "slug": "string",      "term": "string",      "aliases": [        "string"      ],      "category": "vehicles",      "short": "string"    }  ]}