Generator · Belgian data

Belgian vehicle registration plate

Endpoint GET /v1/be/vehicle-registration

What it covers

Returns a realistic Belgian vehicle registration plate. `type` selects the kind: `standard` (default, `N-LLL-NNN`, e.g. 1-ABC-123), `custom` (personalised vanity plate), `motorcycle` (`M-…`), `moped` (`S-…`), `diplomatic` (`CD-…`), `dealer` (`Z`-series), `export` (`X`-series with a year), `oldtimer` (`O`-series), `taxi` (`TX`-series), or `trailer` (`Q`-series). Belgian plates are national (no region) and carry no checksum, so there is no `invalid` variant. Use `format` to choose hyphenated, 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"hyphen" | "with-space" | "compact"Plate rendering: hyphenated, with a space, or compact. Default hyphen.
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" | "motorcycle" | "moped" | "diplomatic" | "dealer" | "export" | "oldtimer" | "taxi" | "trailer"Plate kind: standard, custom, motorcycle, moped, diplomatic, dealer, export, oldtimer, taxi, or trailer.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "1-ABC-123".
type"standard" | "custom" | "motorcycle" | "moped" | "diplomatic" | "dealer" | "export" | "oldtimer" | "taxi" | "trailer"Which kind of plate this is.

Other generators for Belgium

See all generators for Belgium →

The same kind of identifier elsewhere

Try it

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