Generator · Hungarian data
Hungarian vehicle registration plate
Endpoint GET /v1/hu/vehicle-registration
What it covers
Returns a realistic Hungarian vehicle registration plate. `type` selects the kind: `standard` (default, the 2022+ civilian `LLLL-NNN`, e.g. KLMN-482), `custom` (vanity `LLL-NNN` / `LLLL-NN`), `military` (`H<L>-NNNN`), `diplomatic` (`CD-NNN-NNN`), `police` (`R<L>-NNNN`), `oldtimer` (`OT-NNNN`), `taxi` (`E[A-D]<L>-NNN`), `electric` (reuses the current civilian mask), `motorcycle` (`U<LL> NNN`), or `temporary` (`P`/`Z-NNNNN`). `era` switches the civilian mask between the current four-letter form, the still-common legacy three-letter `LLL-NNN`, or a per-call mix (`both`); it applies to `standard`/`electric` only. Hungarian plates carry no region code and no checksum, so there is no region field and no `invalid` variant. Use `format` to choose hyphen, compact, or spaced 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. |
| era | "current" | "legacy" | "both" | Civilian era: current (four-letter LLLL-NNN), legacy (three-letter LLL-NNN), or both (per-call mix). Applies to standard/electric only. Default current. |
| 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" | "compact" | "with-space" | Plate rendering: hyphen (default), compact, or with a space. |
| 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" | "military" | "diplomatic" | "police" | "oldtimer" | "taxi" | "electric" | "motorcycle" | "temporary" | Plate kind: standard, custom, military, diplomatic, police, oldtimer, taxi, electric, motorcycle, or temporary. |
Response fields
| Field | Type | Description |
|---|---|---|
| value | string | The plate in the requested format, e.g. "KLMN-482". |
| type | "standard" | "custom" | "military" | "diplomatic" | "police" | "oldtimer" | "taxi" | "electric" | "motorcycle" | "temporary" | Which kind of plate this is. |
Other generators for Hungary
The same kind of identifier elsewhere
Try it