Generator · Latvian data

Latvian vehicle registration plate

Endpoint GET /v1/lv/vehicle-registration

What it covers

Returns a realistic Latvian vehicle registration plate. `type` selects the kind: `standard` (default, `LL-NNNN`, e.g. LM-8912), `custom` (a vanity plate of 2–8 Latin letters/digits), `military` (`LA-NNNN`), `diplomatic` (`CD-NNNN`), `consular` (`C-NNNN`), `historic` (`VS-NNNN`), `taxi` (`TX-NNNN`), `transit` (`QA-NNNN`), `motorcycle` (`LL-NNN`), or `moped` (`L-NNN`). No plate encodes a region or carries a 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.
edgebooleanRestrict output to edge-case plates from the rare corners of the format.
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: hyphen-separated or compact. Default hyphen.
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" | "military" | "diplomatic" | "consular" | "historic" | "taxi" | "transit" | "motorcycle" | "moped"Plate kind: standard, custom, military, diplomatic, consular, historic, taxi, transit, motorcycle, or moped.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "LM-8912".
type"standard" | "custom" | "military" | "diplomatic" | "consular" | "historic" | "taxi" | "transit" | "motorcycle" | "moped"Which kind of plate this is.

Other generators for Latvia

See all generators for Latvia →

The same kind of identifier elsewhere

Try it

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