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

ParameterTypeDescription
countinteger1–1000Number of records to return, 1–1000 (your plan may lower this). Omitted returns a single record; set it for a batch.
countystringRestrict 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.
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"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" | "electric" | "temporary" | "military" | "police" | "diplomatic"Plate kind: standard, motorcycle, electric, temporary, military, police, or diplomatic.

Response fields

FieldTypeDescription
valuestringThe 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?stringThe county the plate belongs to (e.g. Cluj, București); present only for county-coded classes.
countyCode?stringThe county registration code at the head of the plate (e.g. CJ, TM, B); present exactly when county is.

Other generators for Romania

See all generators for Romania →

The same kind of identifier elsewhere

Try it

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