Generator · Austrian data

Austrian vehicle registration plate

Endpoint GET /v1/at/vehicle-registration

What it covers

Returns a realistic Austrian vehicle registration plate. `type` selects the kind: `standard` (default, `<DISTRICT> NNN LL`, e.g. GU 234 KP), `custom` (reversed Wunschkennzeichen, letters-first then a digit, e.g. W ABC 1), `motorcycle` (same district code + sequence), `military` (`BH NNNN`), `police` (`BP NNNN`), or `diplomatic` (`<state>D NNN`, e.g. WD 123). For the region-encoding types, `district` and `state` narrow the head code, matched by name (an unknown district, state, or pair is a 400); military/police ignore them. Austrian plates carry 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.
districtstringRestrict a region-encoding plate to a district (Bezirk/Statutarstadt) by name, e.g. Graz-Umgebung or Wien.
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.
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.
statestringRestrict a region-encoding plate to a federal state (Bundesland) by name, e.g. Steiermark or Tirol.
type"standard" | "custom" | "motorcycle" | "military" | "police" | "diplomatic"Plate kind: standard, custom, motorcycle, military, police, or diplomatic.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "GU 234 KP".
type"standard" | "custom" | "motorcycle" | "military" | "police" | "diplomatic"Which kind of plate this is.
district?stringThe district (Bezirk/Statutarstadt) whose code heads the plate, e.g. Graz-Umgebung. Present for region-encoding types, absent for military/police.
state?stringThe federal state (Bundesland) the district sits in, e.g. Steiermark. Present whenever district is.

Other generators for Austria

See all generators for Austria →

The same kind of identifier elsewhere

Try it

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