MDEurope · Eastern Europe

Moldova Address Validation API

Validate and standardise Moldova addresses in real time. Get a matched address, geocoordinates, confidence score, and Cod poștal data via a single API call.

MD-NNNN
Cod poștal
OpenStreetMap
Data Source
Romanian / Russian
Languages
HIGH
Max Confidence

Moldova Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "Bd. Ștefan cel Mare 134, MD-2012 Chișinău",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "Bd. Ștefan cel Mare 134",
    "city": "Bd. Ștefan cel Mare",
    "postal_code": "MD-2012 Chișinău",
    "country": "Moldova",
    "iso2": "MD"
  },
  "geocode": {
    "lat": 50,
    "lng": 25
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Moldova Address Format

Street name and number, MD-NNNN city.

Postal Code Name
Cod poștal
Format
MD-NNNN
Official Languages
Romanian, Russian
Sample address:
Bd. Ștefan cel Mare 134, MD-2012 Chișinău
Major cities:
ChișinăuTiraspolBălțiBenderCahul

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": "Bd. Ștefan cel Mare 134, MD-2012 Chișinău"}'

Frequently Asked Questions

What address format does Moldova use?
Street name and number, MD-NNNN city.
What is a Cod poștal in Moldova?
Moldova uses a Cod poștal with the format MD-NNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the Cod poștal as part of the response.
How do I validate a Moldova 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 Moldova address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Europe Countries

Ready to validate Moldova addresses at scale?

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