Generator · Croatian data

Croatian vehicle registration plate

Endpoint GET /v1/hr/vehicle-registration

What it covers

Returns a realistic Croatian vehicle registration plate. `type` selects the kind: `standard` (default, `LL NNN(N)-L(L)`, e.g. ZG 123-AB), `custom` (vanity word plate), `military` (`HV NNN-L(L)`), `diplomatic` (`NNN-X-NNN`), `export` (`RH NNNN-L`), `historic` (`LL-PV-NNN`), or `motorcycle`. The region-coded types (standard, custom, motorcycle) carry a real two-letter city code and can be pinned to an issuing city via `city` (diacritic-sensitive; an unknown city is a 400). No Croatian plate carries a checksum, so there is no `invalid` variant. Use `format` to choose spaced or compact rendering.

Parameters

ParameterTypeDescription
citystringRestrict a region-coded plate (standard, custom, motorcycle) to a city by name (e.g. Zagreb, Split). Diacritic-sensitive; an unknown city is a 400.
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"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" | "custom" | "military" | "diplomatic" | "export" | "historic" | "motorcycle"Plate kind: standard, custom, military, diplomatic, export, historic, or motorcycle.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "ZG 123-AB" or "ZG123AB".
type"standard" | "custom" | "military" | "diplomatic" | "export" | "historic" | "motorcycle"Which kind of plate this is.
city?stringThe issuing city for the plate code (e.g. Zagreb for ZG); present only for the region-coded types (standard, custom, motorcycle).

Other generators for Croatia

See all generators for Croatia →

The same kind of identifier elsewhere

Try it

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