Generator · Slovak data
Slovak vehicle registration plate
Endpoint GET /v1/sk/vehicle-registration
What it covers
Returns a realistic Slovak vehicle registration plate. `type` selects the kind: `standard` (default, `LL-NNN-LL`, e.g. BA-123-AB), `motorcycle` (same mask), `military` (`NN-NNNNN`), `diplomatic` (`EE-NNNNN`), `consular` (`ZZ-NNNNN`), `trailer` (fixed `Y` serial), `historic` (`H` marker), `electric` (`EL-NNN-LL`), `dealer` (`M` marker), or `custom` (free-form vanity). For a district-coded type, `era` picks the scheme: `current` (2023+ nationwide-random, no region) or `legacy` (1997–2022 district-coded, so the result carries `region`/`district`), or `both`. `district`/`region` restrict a legacy code to a named okres/kraj (an unknown name is a 400). Slovakia issues no checksum, so there is no `invalid` variant. Use `format` to choose hyphenated or compact rendering.
Parameters
| Parameter | Type | Description |
|---|---|---|
| count | integer1–1000 | Number of records to return, 1–1000 (your plan may lower this). Omitted returns a single record; set it for a batch. |
| district | string | Restrict a legacy/both plate to a named district (okres), e.g. Košice. Unknown names are a 400. |
| edge | boolean | Restrict output to edge-case plates from the rare corners of the format. |
| era | "current" | "legacy" | "both" | Which scheme shapes the leading pair of a district-coded plate: current (2023+, no region), legacy (1997–2022, district-coded), or both. |
| extreme | boolean | Return a correct value wrapped in a hostile encoding (untrimmed whitespace, invisible/zero-width characters, BOM, or bidi/combining marks). Homoglyphs are excluded so the value stays machine-parseable; it still validates after normalisation. |
| format | "hyphen" | "compact" | Plate rendering: hyphenated or compact. Default hyphen. |
| invalid | boolean | Return a deliberately invalid value that fails validation, for testing rejection paths. |
| region | string | Restrict a legacy/both plate to a named region (kraj), e.g. Bratislavský. Unknown names are a 400. |
| seed | integer | Integer seed for reproducible output: the same seed always yields the same record. |
| type | "standard" | "motorcycle" | "military" | "diplomatic" | "consular" | "trailer" | "historic" | "electric" | "dealer" | "custom" | Plate kind: standard, motorcycle, military, diplomatic, consular, trailer, historic, electric, dealer, or custom. |
Response fields
| Field | Type | Description |
|---|---|---|
| value | string | The plate in the requested format, e.g. "BA-123-AB". |
| type | "standard" | "motorcycle" | "military" | "diplomatic" | "consular" | "trailer" | "historic" | "electric" | "dealer" | "custom" | Which kind of plate this is. |
| region? | string | The genuine region (kraj) of the plate's district code; present only for a legacy district-coded plate. |
| district? | string | The genuine district (okres) that issued the plate's leading code; present under the same conditions as region. |
Other generators for Slovakia
The same kind of identifier elsewhere
Try it