🇮🇱 Cities in Israel — API & JSON data

1,055 cities. 13 regions. 21 languages. That's the current coverage for Israel in the Geomelon API, led by Jerusalem at 936,425 people.

Data updated: 2026-07-14

Live demo

Type to search Israel cities…

Top 10 cities by population

CityRegionPopulation
JerusalemQuds Governorate936,425
Tel AvivTel Aviv District467,875
HaifaHaifa District284,560
Petah TikvaCentral District244,300
AshdodSouthern District225,939
BeershebaSouthern District209,687
HolonTel Aviv District197,935
Bnei BrakTel Aviv District193,774
NetanyaCentral District176,500
Ramat GanTel Aviv District159,200

Sample API response

GET /cities/search?countryCode=il&sort=population_desc&limit=3

[
  {
    "id": "d3f63574-a28c-4209-8c44-03f4bd9d21cd",
    "name": "Jerusalem",
    "population": 936425,
    "countryName": "Israel",
    "countryCode": "IL",
    "countryEmoji": "🇮🇱",
    "regionName": "Quds Governorate"
  },
  {
    "id": "199c139f-1047-4ed9-8403-d138c64de3e8",
    "name": "Tel Aviv",
    "population": 467875,
    "countryName": "Israel",
    "countryCode": "IL",
    "countryEmoji": "🇮🇱",
    "regionName": "Tel Aviv District"
  },
  {
    "id": "8b8a7cb4-c8ce-4a67-bcfd-93feaf318013",
    "name": "Haifa",
    "population": 284560,
    "countryName": "Israel",
    "countryCode": "IL",
    "countryEmoji": "🇮🇱",
    "regionName": "Haifa District"
  }
]

Try it

curl --request GET \
  --url 'https://geomelon.p.rapidapi.com/cities/search?countryCode=il&sort=population_desc&limit=10' \
  --header 'x-rapidapi-host: geomelon.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Multilingual city names

City names in Israel are available in 21 languages.

Free dataset

Prefer a static file? Download 737 Israel cities as JSON (112 KB, no API key) from the Israel cities dataset page.

FAQ

How many cities in Israel does the API return?

Geomelon currently has 1,055 cities in Israel across 13 regions. Results are paginated, up to 100 per request.

Is there a free tier?

Yes. RapidAPI's free tier covers a fixed number of requests per month with no credit card required. There is also a free, no-key city-autocomplete endpoint (the demo above) for prefix search.

Can I get Israel city names in other languages?

Yes — city names in Israel are available in 21 languages. Pass the languages you want via the preferredLanguages parameter, most-preferred first.

Do I need an API key?

The main search and lookup endpoints require a free RapidAPI key. The prefix-search autocomplete endpoint used in the demo above is public and does not require a key.

Try free on RapidAPI

Related