ILAsia · Middle East

Israel Address Validation API

Validate and standardise Israel addresses in real time. Get a matched address, geocoordinates, confidence score, and מיקוד (Mikud) data via a single API call.

NNNNNNN
מיקוד (Mikud)
OpenStreetMap
Data Source
Hebrew / Arabic
Languages
HIGH
Max Confidence

Israel Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "1 Kaplan Street, Hakirya, Tel Aviv 6473136",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "1 Kaplan Street",
    "city": "Hakirya",
    "postal_code": "Tel Aviv 6473136",
    "country": "Israel",
    "iso2": "IL"
  },
  "geocode": {
    "lat": 31.7683,
    "lng": 35.2137
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Israel Address Format

Israeli addresses include street name + house number, city, and 7-digit postal code. Apartments are identified by apartment number (Dira). Hebrew and Arabic are both official languages; the Address Agent processes both English transliterations.

Postal Code Name
מיקוד (Mikud)
Format
NNNNNNN
Official Languages
Hebrew, Arabic
Sample address:
1 Kaplan Street, Hakirya, Tel Aviv 6473136
Major cities:
Tel AvivJerusalemHaifaRishon LeZionPetah TikvaAshdodBeer Sheva

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": "1 Kaplan Street, Hakirya, Tel Aviv 6473136"}'

Frequently Asked Questions

What address format does Israel use?
Israeli addresses include street name + house number, city, and 7-digit postal code. Apartments are identified by apartment number (Dira). Hebrew and Arabic are both official languages; the Address Agent processes both English transliterations.
What is a מיקוד (Mikud) in Israel?
Israel uses a מיקוד (Mikud) with the format NNNNNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the מיקוד (Mikud) as part of the response.
How do I validate a Israel 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 Israel address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Asia Countries

Ready to validate Israel addresses at scale?

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