Generator · Portuguese data
Portuguese vehicle registration plate
Endpoint GET /v1/pt/vehicle-registration
What it covers
Returns a realistic Portuguese vehicle registration plate. `type` selects the kind: `standard` (default, current `LL-NN-LL`, e.g. AB-14-QT), `motorcycle` (same civilian mask), `military` (MG/ME/MX/AP/AM branch + `NN-NN`), `diplomatic` (CD/CC), `police` (GNR series), or `export` (yellow temporary series). For `standard`/`motorcycle`, `era` picks the mask: `current` (2020+ `LL-NN-LL`), `legacy` (an older still-valid mask), or `both` (mixed per call); the chosen era is echoed in the result. Portugal issues no vanity plates, encodes no region, and no plate carries a checksum. Use `format` to choose hyphen, space, 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. |
| edge | boolean | Restrict output to edge-case plates from the rare corners of the format. |
| era | "current" | "legacy" | "both" | Civilian registration era: current (2020+ LL-NN-LL), legacy (an older still-valid mask), or both (mixed per call). Applies to standard/motorcycle only. |
| 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-hyphen" | "with-space" | "compact" | Plate rendering: with a hyphen, with a space, or compact. Default with-hyphen. |
| 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" | "military" | "diplomatic" | "police" | "export" | Plate kind: standard, motorcycle, military, diplomatic, police, or export. |
Response fields
| Field | Type | Description |
|---|---|---|
| value | string | The plate in the requested format, e.g. "AB-14-QT". |
| type | "standard" | "motorcycle" | "military" | "diplomatic" | "police" | "export" | Which kind of plate this is. |
| era? | "current" | "2005-2020" | "1992-2005" | "pre-1992" | The registration era whose mask produced this plate; present only for the civilian standard and motorcycle types. |
Other generators for Portugal
Portuguese Cartão de Cidadão numberPortuguese companyPortuguese company namePortuguese email addressPortuguese IBANPortuguese NIFPortuguese personPortuguese person namePortuguese product or service offering
See all generators for Portugal →The same kind of identifier elsewhere
Austrian data · Austrian vehicle registration plateBelgian data · Belgian vehicle registration plateBulgarian data · Bulgarian vehicle registration plateCroatian data · Croatian vehicle registration plateCypriot data · Cypriot vehicle registration plateCzech data · Czech vehicle registration plateDanish data · Danish vehicle registration plateDutch data · Dutch vehicle registration plateEstonian data · Estonian vehicle registration plateFinnish data · Finnish vehicle registration plateFrench data · French vehicle registration plateGerman data · German vehicle registration plateGreek data · Greek vehicle registration plateHungarian data · Hungarian vehicle registration plateIrish data · Irish vehicle registration plateItalian data · Italian vehicle registration plateLatvian data · Latvian vehicle registration plateLithuanian data · Lithuanian vehicle registration plateLuxembourg data · Luxembourg vehicle registration plateMaltese data · Maltese vehicle registration platePolish data · Polish vehicle registration plateRomanian data · Romanian vehicle registration plateSlovak data · Slovak vehicle registration plateSlovenian data · Slovenian vehicle registration plateSpanish data · Spanish vehicle registration plateSwedish data · Swedish vehicle registration plate
Try it