Generator · Polish data

Polish vehicle registration plate

Endpoint GET /v1/pl/vehicle-registration

What it covers

Returns a realistic Polish vehicle registration plate. `type` selects the kind: `standard` (default, area-coded civilian, e.g. WPI 1A34), `custom` (individual, e.g. P0 KAZIK), `police` (HP PE057), `military` (UC 12345), `historic` (tablica zabytkowa, e.g. BSI 12A — a short five-character number), `motorcycle` (two-row, e.g. WPI 12AC — a real area code with a four-character part), or `short` (reduced-size US/JP import, e.g. W 1A34 — a single voivodeship letter). For standard, historic, and motorcycle plates the area code (wyróżnik) is genuine; narrow it with `voivodeship` and/or `county` — county names repeat across voivodeships, so `county` alone may span several. `custom` and `short` honour `voivodeship` only; `police` and `military` ignore both. An unknown voivodeship, county, or pair is rejected with a 400. 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.
countystringNarrow a standard or historic plate to a county (names are not unique across voivodeships).
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" | "police" | "military" | "historic" | "motorcycle" | "short"Plate kind: standard, custom, police, military, historic, motorcycle, or short.
voivodeshipstringNarrow a standard, custom, or historic plate to a voivodeship.

Response fields

FieldTypeDescription
valuestringThe plate in the requested format, e.g. "WPI 1A34".
prefixstringLeading code: area wyróżnik (WPI), custom head (P0), or service prefix (HP, UC).
individualPartstringThe individual part only, e.g. "1A34", "KAZIK", "12345", "12A".
type"standard" | "custom" | "police" | "military" | "historic" | "motorcycle" | "short"Which kind of plate this is.
voivodeship?stringVoivodeship the plate belongs to; absent for police/military.
county?stringCounty or city the area code belongs to; present for standard, historic, and motorcycle plates.

Other generators for Poland

See all generators for Poland →

The same kind of identifier elsewhere

Try it

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