# StandingsTable

> One standings table for an edition (spec §6) — the `/standings/{table}` envelope, uniform across the `MatchRecord` and `PointsRank` kinds. `slug` echoes the registered table id (`"league"` | `"drivers"` | `"constructors"` — [`crate::stats::standings::standings`]).

One standings table for an edition (spec §6) — the `/standings/{table}` envelope,
uniform across the `MatchRecord` and `PointsRank` kinds. `slug` echoes the registered
table id (`"league"` | `"drivers"` | `"constructors"` —
[`crate::stats::standings::standings`]).

**Kind:** object

**Variants:** [StandingsTableEntries](/docs/reference/data-model/teams/StandingsTableEntries.md)

| Field | Type | Required | Description |
|---|---|---|---|
| `slug` | `string` | yes |  |

**Used by:** [ApiResponseStandingsTable](/docs/reference/data-model/envelope/ApiResponseStandingsTable.md)
