Generator · Romanian data
Romanian vehicle registration plate
Endpoint GET /v1/ro/vehicle-registration
What it covers
Returns a realistic Romanian vehicle registration plate. `type` selects the kind: `standard` (default, county `LL NN LLL`, e.g. CJ 07 ABD, with the special `B NN LLL` / `B NNN LLL` for Bucharest), `motorcycle` and `electric` (same county mask), `temporary` (provisional plate with a `0`-led number block), `military` (`A NNNNN`), `police` (`MAI NNNNN`), or `diplomatic` (`CD/TC/CO NNN NNN`). A county-coded plate can be pinned to one county via `county` (case-insensitive name; an unknown name is a 400); the service classes carry no county code and ignore it. Romanian plates carry no checksum, so there is no `invalid` variant. Use `format` to choose 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. |
| county | string | Restrict a county-coded plate to one county by name (e.g. Cluj, București). Ignored by military/police/diplomatic plates. An unknown county is a 400. |
| 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 | "with-space" | "compact" | Plate rendering: with a space or compact. Default with-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" | "motorcycle" | "electric" | "temporary" | "military" | "police" | "diplomatic" | Plate kind: standard, motorcycle, electric, temporary, military, police, or diplomatic. |
Response fields
| Field | Type | Description |
|---|---|---|
| value | string | The plate in the requested format, e.g. "CJ 07 ABD". |
| type | "standard" | "motorcycle" | "electric" | "temporary" | "military" | "police" | "diplomatic" | Which kind of plate this is. |
| county? | string | The county the plate belongs to (e.g. Cluj, București); present only for county-coded classes. |
| countyCode? | string | The county registration code at the head of the plate (e.g. CJ, TM, B); present exactly when county is. |
Other generators for Romania
The same kind of identifier elsewhere
Try it