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
| Parameter | Type | Description |
|---|---|---|
| count | integer1–1000 | Number of records to return, 1–1000 (your plan may lower this). Omitted returns a single record; set it for a batch. |
| edge | boolean | Restrict output to edge-case plates from the rare corners of the format. |
| extreme | boolean | Return 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. |
| invalid | boolean | Return a deliberately invalid value that fails validation, for testing rejection paths. |
| seed | integer | Integer 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
| Field | Type | Description |
|---|---|---|
| value | string | The 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
Belgian companyBelgian company nameBelgian email addressBelgian IBANBelgian OndernemingsnummerBelgian personBelgian person nameBelgian product or service offeringBelgian Rijksregisternummer
See all generators for Belgium →The same kind of identifier elsewhere
Austrian data · Austrian vehicle registration plateBulgarian data · Bulgarian vehicle registration plateCroatian data · Croatian vehicle registration plateCypriot data · Cypriot vehicle registration plateCzech data · Czech vehicle registration plateDanish data · Danish vehicle registration plateDutch data · Dutch vehicle registration plateEstonian data · Estonian vehicle registration plateFinnish data · Finnish vehicle registration plateFrench data · French vehicle registration plateGerman data · German vehicle registration plateGreek data · Greek vehicle registration plateHungarian data · Hungarian vehicle registration plateIrish data · Irish vehicle registration plateItalian data · Italian vehicle registration plateLatvian data · Latvian vehicle registration plateLithuanian data · Lithuanian vehicle registration plateLuxembourg data · Luxembourg vehicle registration plateMaltese data · Maltese vehicle registration platePolish data · Polish vehicle registration platePortuguese data · Portuguese vehicle registration plateRomanian data · Romanian vehicle registration plateSlovak data · Slovak vehicle registration plateSlovenian data · Slovenian vehicle registration plateSpanish data · Spanish vehicle registration plateSwedish data · Swedish vehicle registration plate
Try it