Glossary[Glossary term GET](/docs/glossary/get-glossary-slug.md)

# Glossary term

Server URL`loading...`

GET

/`glossary`/`{slug}`

Send

Path

slug\*`string`

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](#parameters-path)

slug\*string

Term slug, e.g. `wn8`.

## [Response Body](#response-body)

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/glossary/slug"
```

200

```
{  "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.

](/docs/glossary/get-glossary-anchors.md)[

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.

](/docs/og-images/get-og.md)

## Navigation

- [unicum.gg](/index.md)

## Indexes

- [llms.txt](/llms.txt): the API, the MCP server and the other machine-readable surfaces.
- [llms-full.txt](/llms-full.txt): the same, with every endpoint's parameters inline.
- [sitemap.md](/sitemap.md): every section of the site, down to the individual pages.