Generator · Danish data

Danish vehicle registration plate

Endpoint GET /v1/dk/vehicle-registration

What it covers

Returns a realistic Danish vehicle registration plate. `type` selects the kind: `standard` (default, `LL NNNNN` rendered `LL NN NNN`, e.g. AB 12 345), `custom` (a 1–7 character vanity plate over `A–Z Æ Ø Å 0–9`), `diplomatic` (`LL 76NNN`/`LL 77NNN`), `trailer` (`LL NNNN`), `motorcycle` (same mask as standard), or `export` (`[YY]NNNNN`). `era` exposes the divergent 1950s single-letter `L NNNNN` legacy form (`current` default, `legacy`, or `both`), and applies only to the standard/motorcycle masks. Denmark encodes no region and no 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"Which era format to honour for standard/motorcycle plates: current (default), legacy (single-letter 1950s form), 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"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" | "trailer" | "motorcycle" | "export"Plate kind: standard, custom, diplomatic, trailer, motorcycle, or export.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "AB 12 345".
type"standard" | "custom" | "diplomatic" | "trailer" | "motorcycle" | "export"Which kind of plate this is.

Other generators for Denmark

See all generators for Denmark →

The same kind of identifier elsewhere

Try it

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