Validate and standardise Czech Republic addresses in real time. Get a matched address, geocoordinates, confidence score, and PSČ (poštovní směrovací číslo) data via a single API call.
Czech addresses follow: street name + house number (orientační číslo) and descriptive number (popisné číslo), then 5-digit PSČ and city. Prague uses 100 00–199 00. House numbers can be complex, with multiple numbering systems in older districts.
Hradčanské náměstí 1, 119 08 Praha 1curl -X POST https://agent.apitier.com/v1/enrich \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"address": "Hradčanské náměstí 1, 119 08 Praha 1"}'The APITier Address Agent API handles address validation across 120+ countries. Free trial — 20 requests, no credit card required.