Generator · Polish data

Polish address

Endpoint GET /v1/pl/address

What it covers

Returns a realistic Polish address drawn from real cities and streets. Narrow the location with a `teryt` prefix (1–7 digits).

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.
edgebooleanRestrict output to edge-case addresses (street-less localities, awkward names/numbers).
extremebooleanReturn a correct address whose text fields (streetFullName, buildingNumber, postalCode, cityName) are wrapped in a hostile encoding (untrimmed whitespace, invisible/zero-width characters, BOM, homoglyph letters, or bidi/combining marks). Administrative names and TERYT codes stay clean.
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.
terytstringpattern ^\d{1,7}$Restrict output to a region by TERYT prefix (1–7 digits).

Response fields

FieldTypeDescription
streetFullName?string
buildingNumberstring
postalCodestring
cityNamestring
municipalityNamestring
countyNamestring
voivodeshipNamestring
terytCodesobject

Other generators for Poland

See all generators for Poland →

Try it

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