GREurope · Southern Europe

Greece Address Validation API

Validate and standardise Greece addresses in real time. Get a matched address, geocoordinates, confidence score, and Ταχυδρομικός Κώδικας (TK) data via a single API call.

NNN NN
Ταχυδρομικός Κώδικας (TK)
OpenStreetMap
Data Source
Greek
Languages
HIGH
Max Confidence

Greece Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "Vasilissis Sofias 15, 106 74 Athens",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "Vasilissis Sofias 15",
    "city": "Vasilissis Sofias",
    "postal_code": "106 74 Athens",
    "country": "Greece",
    "iso2": "GR"
  },
  "geocode": {
    "lat": 37.9838,
    "lng": 23.7275
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Greece Address Format

Greek addresses include street name + house number, then 5-digit postal code and city. Athens central uses 104xx–117xx. Street names frequently reference historical figures and ancient place names. The Address Agent handles both Greek and Latin-script input.

Postal Code Name
Ταχυδρομικός Κώδικας (TK)
Format
NNN NN
Official Languages
Greek
Sample address:
Vasilissis Sofias 15, 106 74 Athens
Major cities:
AthensThessalonikiPatrasHeraklionLarissaVolosRhodes

Integration Code

curl -X POST https://agent.apitier.com/v1/enrich \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"address": "Vasilissis Sofias 15, 106 74 Athens"}'

Frequently Asked Questions

What address format does Greece use?
Greek addresses include street name + house number, then 5-digit postal code and city. Athens central uses 104xx–117xx. Street names frequently reference historical figures and ancient place names. The Address Agent handles both Greek and Latin-script input.
What is a Ταχυδρομικός Κώδικας (TK) in Greece?
Greece uses a Ταχυδρομικός Κώδικας (TK) with the format NNN NN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the Ταχυδρομικός Κώδικας (TK) as part of the response.
How do I validate a Greece address via API?
Send a POST request to https://agent.apitier.com/v1/enrich with your address string in the request body and your API key in the x-api-key header. The response includes the standardised Greece address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Europe Countries

Ready to validate Greece addresses at scale?

The APITier Address Agent API handles address validation across 120+ countries. Free trial — 20 requests, no credit card required.