Generator · Estonian data

Estonian vehicle registration plate

Endpoint GET /v1/ee/vehicle-registration

What it covers

Returns a realistic Estonian vehicle registration plate. `type` selects the kind: `standard` (default, post-2019 `NNN LLL`, e.g. 123 ABC), `custom` (personalised 1–9 chars), `diplomatic` (CD/CMD + digits), `dealer` (`PROOV NNNN`), `racing` (`SP NNNN`), `classic` (`L NNN`), `motorcycle` (`NN LL`), `moped` (`NNN L`), `transit` (`LL-NNNN`), or `military` (`K`/`EK` series). For `standard` plates, `era` picks `current` (post-2019 random), `legacy` (older county-anchored `NNN YLL`), or `both`; it is ignored for other types. No Estonian plate carries a checksum, so there is no `invalid` variant. Use `format` to choose spaced 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.
edgebooleanRestrict output to edge-case plates from the rare corners of the format.
era"current" | "legacy" | "both"Standard-plate era: current (post-2019 `NNN LLL`), legacy (county-anchored `NNN YLL`), or both. Ignored for non-standard types.
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"with-space" | "compact"Plate rendering: with a space or compact. Default with-space.
invalidbooleanReturn a deliberately invalid value that fails validation, for testing rejection paths.
seedintegerInteger seed for reproducible output: the same seed always yields the same record.
type"standard" | "custom" | "diplomatic" | "dealer" | "racing" | "classic" | "motorcycle" | "moped" | "transit" | "military"Plate kind: standard, custom, diplomatic, dealer, racing, classic, motorcycle, moped, transit, or military.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "123 ABC".
type"standard" | "custom" | "diplomatic" | "dealer" | "racing" | "classic" | "motorcycle" | "moped" | "transit" | "military"Which kind of plate this is.

Other generators for Estonia

See all generators for Estonia →

The same kind of identifier elsewhere

Try it

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