Generator · Lithuanian data

Lithuanian vehicle registration plate

Endpoint GET /v1/lt/vehicle-registration

What it covers

Returns a realistic Lithuanian vehicle registration plate. `type` selects the kind: `standard` (default, `LLL NNN`, e.g. MUT 375), `custom` (vanity, one solid block with at least one digit, e.g. LT2024), `military` (`LK NNN L`), `diplomatic` (digits-only `NN N NNN`), `motorcycle` (`NNN LL`), `moped` (`NN LLL`), `trailer` (`LL NNN`), `ev` (`E<L> NNNN`), `taxi` (`T NNNNN`), `historic` (`H NNNNN`), or `dealer` (`P NNNNN`). The number is nationwide sequential and encodes no region, and no plate carries a checksum. Use `format` to choose spaced or compact rendering (ignored for `custom`).

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"with-space" | "compact"Plate rendering: with a space or compact. Default with-space. Ignored for custom.
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" | "motorcycle" | "moped" | "trailer" | "ev" | "taxi" | "historic" | "dealer"Plate kind: standard, custom, military, diplomatic, motorcycle, moped, trailer, ev, taxi, historic, or dealer.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "MUT 375".
type"standard" | "custom" | "military" | "diplomatic" | "motorcycle" | "moped" | "trailer" | "ev" | "taxi" | "historic" | "dealer"Which kind of plate this is.

Other generators for Lithuania

See all generators for Lithuania →

The same kind of identifier elsewhere

Try it

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