Open data platform

Polish Public Data

Lookup tools and REST APIs for Polish postal codes, administrative divisions, population statistics, and more. All backed by official government registries.

Try: 00-001, 30-001, 80-001

00-001 Warszawa 30-001 Krakow 80-001 Gdansk 50-001 Wroclaw 60-001 Poznan 90-001 Lodz 40-001 Katowice 70-001 Szczecin

20,500+

postal codes

16

voivodeships

14

public holidays

REST

JSON API

Built for developers

Clean REST API with structured JSON responses

Every dataset on PolishData.eu is accessible through a clean REST API. Send a GET request, receive structured JSON. No SDK required, no authentication for public endpoints.

The API documentation is auto-generated from the codebase using OpenAPI 3.1 specification. Explore all endpoints, try them out, and see example responses.

  • Structured JSON responses
  • OpenAPI 3.1 documentation
  • No SDK required, standard HTTP
Explore API docs

GET /api/v1/postal-codes/00-001

Host: polishdata.eu

// Response 200 OK

{

"postal_code": "00-001",

"localities": [

{

"locality": "Warszawa",

"voivodeship": "mazowieckie",

"streets": [...]

}

]

}

GET /api/v1/holidays/2026

Host: polishdata.eu

// Response 200 OK

{

"year": 2026,

"holidays": [

{

"date": "2026-01-01",

"name": "New Year's Day",

"type": "fixed"

}, ...

]

}

GET /api/v1/business-days/count

?from=2026-01-01&to=2026-12-31

// Response 200 OK

{

"from": "2026-01-01",

"to": "2026-12-31",

"business_days": 250,

"total_days": 365,

"holidays_in_range": 14

}

Data sources

Backed by official registries

All data comes from verified Polish government sources. We aggregate, structure, and serve it through a modern API.

GUS

Central Statistical Office

Population statistics, demographic data, and census results for Polish cities and regions.

TERYT

National Territorial Register

Administrative divisions, postal codes, and locality data maintained by Poczta Polska and GUS.

MF

Ministry of Finance

VAT White List, NIP validation, and tax-related public registries for business verification.