MKEurope · Southern Europe

North Macedonia Address Validation API

Validate and standardise North Macedonia addresses in real time. Get a matched address, geocoordinates, confidence score, and Поштенски број data via a single API call.

NNNN
Поштенски број
OpenStreetMap
Data Source
Macedonian / Albanian
Languages
HIGH
Max Confidence

North Macedonia Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "ul. Makedonija 12, 1000 Skopje",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "ul. Makedonija 12",
    "city": "ul. Makedonija",
    "postal_code": "1000 Skopje",
    "country": "North Macedonia",
    "iso2": "MK"
  },
  "geocode": {
    "lat": 41,
    "lng": 15
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

North Macedonia Address Format

Street name and number, 4-digit postal code, city.

Postal Code Name
Поштенски број
Format
NNNN
Official Languages
Macedonian, Albanian
Sample address:
ul. Makedonija 12, 1000 Skopje
Major cities:
SkopjeBitolaKumanovoPrilepTetovo

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": "ul. Makedonija 12, 1000 Skopje"}'

Frequently Asked Questions

What address format does North Macedonia use?
Street name and number, 4-digit postal code, city.
What is a Поштенски број in North Macedonia?
North Macedonia uses a Поштенски број with the format NNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the Поштенски број as part of the response.
How do I validate a North Macedonia 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 North Macedonia address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Europe Countries

Ready to validate North Macedonia addresses at scale?

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