Generator · Swedish data

Swedish vehicle registration plate

Endpoint GET /v1/se/vehicle-registration

What it covers

Returns a realistic Swedish vehicle registration plate. `type` selects the kind: `standard` (default, classic `LLL NNN` or the post-2019 letter-tail `LLL NNL`, e.g. MRK 45T), `custom` (2–7-character vanity), `diplomatic` (`LL NNN L`), `military` (`NNNNNN`), or `motorcycle` (the standard sequence, two-row on the physical plate). `era` honours the format vintage for standard/motorcycle plates: `current` (post-2019 letter tail allowed), `legacy` (classic digit tail only), or `both`. Sweden is nationwide-sequential with no region code and no checksum, so there is no region filter and 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"Format era for standard/motorcycle plates: current (post-2019 letter tail allowed), legacy (classic digit tail), or both. Default current.
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" | "military" | "motorcycle"Plate kind: standard, custom, diplomatic, military, or motorcycle.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "ABC 123", "MRK 45T", or "ABC123".
type"standard" | "custom" | "diplomatic" | "military" | "motorcycle"Which kind of plate this is.

Other generators for Sweden

See all generators for Sweden →

The same kind of identifier elsewhere

Try it

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