Generator · Luxembourg data

Luxembourg vehicle registration plate

Endpoint GET /v1/lu/vehicle-registration

What it covers

Returns a realistic Luxembourgish vehicle registration plate. `type` selects the kind: `standard` (default, `LL NNNN`, e.g. AB 1234), `custom` (vanity `LL NNNN`/`LL NNNNN`/`NNNN`), `military` (`NNNN`), `diplomatic` (`CD NN-NN`), `official` (`AA NNNN`), `dealer` (`NNNN RG`), `export` (`NNNN EXP`), `moped` (`LL NN`), or `deputies` (`P` + 1–2 digits). `era` surfaces the still-issued legacy pure-numeric personalised plates for the standard type (`current`, `legacy`, or `both`; ignored otherwise). Luxembourg carries no region code and no 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"Vintage of the standard format: current (LL NNNN), legacy (pure-numeric) or both. Standard plates only.
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" | "military" | "diplomatic" | "official" | "dealer" | "export" | "moped" | "deputies"Plate kind: standard, custom, military, diplomatic, official, dealer, export, moped, or deputies.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "AB 1234".
type"standard" | "custom" | "military" | "diplomatic" | "official" | "dealer" | "export" | "moped" | "deputies"Which kind of plate this is.

Other generators for Luxembourg

See all generators for Luxembourg →

The same kind of identifier elsewhere

Try it

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