BAEurope · Southern Europe

Bosnia and Herzegovina Address Validation API

Validate and standardise Bosnia and Herzegovina addresses in real time. Get a matched address, geocoordinates, confidence score, and Poštanski broj data via a single API call.

NNNNN
Poštanski broj
OpenStreetMap
Data Source
Bosnian / Croatian
Languages
HIGH
Max Confidence

Bosnia and Herzegovina Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "Maršala Tita 9, 71000 Sarajevo",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "Maršala Tita 9",
    "city": "Maršala Tita",
    "postal_code": "71000 Sarajevo",
    "country": "Bosnia and Herzegovina",
    "iso2": "BA"
  },
  "geocode": {
    "lat": 41,
    "lng": 15
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Bosnia and Herzegovina Address Format

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

Postal Code Name
Poštanski broj
Format
NNNNN
Official Languages
Bosnian, Croatian, Serbian
Sample address:
Maršala Tita 9, 71000 Sarajevo
Major cities:
SarajevoBanja LukaTuzlaZenicaMostar

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": "Maršala Tita 9, 71000 Sarajevo"}'

Frequently Asked Questions

What address format does Bosnia and Herzegovina use?
Street name and number, 5-digit postal code, city.
What is a Poštanski broj in Bosnia and Herzegovina?
Bosnia and Herzegovina uses a Poštanski broj with the format NNNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the Poštanski broj as part of the response.
How do I validate a Bosnia and Herzegovina 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 Bosnia and Herzegovina address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Europe Countries

Ready to validate Bosnia and Herzegovina addresses at scale?

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