Generator · Italian data

Italian vehicle registration plate

Endpoint GET /v1/it/vehicle-registration

What it covers

Returns a realistic Italian vehicle registration plate. `type` selects the kind: `standard` (default, `LL NNN LL`, e.g. AK 514 RH), `motorcycle` (`LL NNNNN`), `military` (EI/MM/AM/CC + `LL NNN`), `diplomatic` (CD/CC + `NNNN LL`), or `trailer` (X-series). A standard plate can carry the optional cosmetic province sticker via `withProvince` (random) or `province` (forced; an unknown code is a 400). Italy issues no vanity plates and no plate carries a checksum. 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.
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.
provincestringForce the province sticker to a code (e.g. MI, RM). Standard plates only.
seedintegerInteger seed for reproducible output: the same seed always yields the same record.
type"standard" | "motorcycle" | "military" | "diplomatic" | "trailer"Plate kind: standard, motorcycle, military, diplomatic, or trailer.
withProvincebooleanAttach a random real province sticker to a standard plate.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "AK 514 RH".
type"standard" | "motorcycle" | "military" | "diplomatic" | "trailer"Which kind of plate this is.
province?stringOptional province sticker (e.g. MI, ROMA); present only when requested.

Other generators for Italy

See all generators for Italy →

The same kind of identifier elsewhere

Try it

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