Generator · Maltese data

Maltese vehicle registration plate

Endpoint GET /v1/mt/vehicle-registration

What it covers

Returns a realistic Maltese vehicle registration plate. `type` selects the kind: `standard` (default, `LLL NNN`, e.g. HBI 968) whose first letter encodes the road-licence expiry month, `motorcycle` (same scheme), `military` (`GVA`), `government` (`GV<L>`), `diplomatic` (`CD<L>`), `taxi` (`TAXI …M/G`), `bus`, `trailer` (`TR`), `tax-free` (`TF<L>`), or `custom` (free-form vanity). Pin a standard/motorcycle plate to a specific expiry month via `expiryMonth` (an unknown month is a 400). Malta carries no region on the plate and no plate has 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.
expiryMonthstringPin a standard/motorcycle plate to a road-licence expiry month (full English name, e.g. August). An unknown month is a 400.
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" | "motorcycle" | "military" | "government" | "diplomatic" | "taxi" | "bus" | "trailer" | "tax-free" | "custom"Plate kind: standard, motorcycle, military, government, diplomatic, taxi, bus, trailer, tax-free, or custom.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "HBI 968".
type"standard" | "motorcycle" | "military" | "government" | "diplomatic" | "taxi" | "bus" | "trailer" | "tax-free" | "custom"Which kind of plate this is.
expiryMonth?stringThe road-licence expiry month encoded by the first letter (e.g. August). Present only for standard/motorcycle plates.

Other generators for Malta

See all generators for Malta →

The same kind of identifier elsewhere

Try it

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