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

ParameterTypeDescription
countinteger1–1000Number of records to return, 1–1000 (your plan may lower this). Omitted returns a single record; set it for a batch.
districtstringRestrict a legacy/both plate to a named district (okres), e.g. Košice. Unknown names are a 400.
edgebooleanRestrict 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.
extremebooleanReturn 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.
invalidbooleanReturn a deliberately invalid value that fails validation, for testing rejection paths.
regionstringRestrict a legacy/both plate to a named region (kraj), e.g. Bratislavský. Unknown names are a 400.
seedintegerInteger 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

FieldTypeDescription
valuestringThe 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?stringThe genuine region (kraj) of the plate's district code; present only for a legacy district-coded plate.
district?stringThe genuine district (okres) that issued the plate's leading code; present under the same conditions as region.

Other generators for Slovakia

See all generators for Slovakia →

The same kind of identifier elsewhere

Try it

Generate a live example below — every response is valid by format and entirely synthetic.