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
| 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 | Narrow a standard or historic plate to a county (names are not unique across voivodeships). |
| 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" | "custom" | "police" | "military" | "historic" | "motorcycle" | "short" | Plate kind: standard, custom, police, military, historic, motorcycle, or short. |
| voivodeship | string | Narrow a standard, custom, or historic plate to a voivodeship. |
Response fields
| Field | Type | Description |
|---|---|---|
| value | string | The plate in the requested format, e.g. "WPI 1A34". |
| prefix | string | Leading code: area wyróżnik (WPI), custom head (P0), or service prefix (HP, UC). |
| individualPart | string | The individual part only, e.g. "1A34", "KAZIK", "12345", "12A". |
| type | "standard" | "custom" | "police" | "military" | "historic" | "motorcycle" | "short" | Which kind of plate this is. |
| voivodeship? | string | Voivodeship the plate belongs to; absent for police/military. |
| county? | string | County or city the area code belongs to; present for standard, historic, and motorcycle plates. |
Other generators for Poland
The same kind of identifier elsewhere
Try it