Poland Postal Code API

Look up kod pocztowys in Poland with PostalDataPI — sub-10ms responses, one API key for 70+ countries.

Country Code

PL

Format

NN-NNN

Example

00-001

About Poland kod pocztowys

Poland uses 5-digit postal codes formatted as NN-NNN. Warsaw codes start with 00-04.

Local term: kod pocztowy | Regex pattern: ^\d{2}-?\d{3}$

API Usage Examples

cURL

curl -X POST https://postaldatapi.com/api/lookup \
  -H "Content-Type: application/json" \
  -d '{"zipcode": "00-001", "country": "PL", "apiKey": "YOUR_API_KEY"}'

Python

from postaldatapi import PostalDataPI

client = PostalDataPI(api_key="YOUR_API_KEY")
result = client.lookup("00-001", country="PL")
print(result.place_name, result.latitude, result.longitude)

Node.js

import { PostalDataPI } from 'postaldatapi';

const client = new PostalDataPI({ apiKey: 'YOUR_API_KEY' });
const result = await client.lookup('00-001', { country: 'PL' });
console.log(result.placeName, result.latitude, result.longitude);

$0.000028 per query

Same price for Poland and all 70+ countries. No tiers, no per-country pricing.

Poland Postal Code API | PostalDataPI