πŸ‡ͺπŸ‡¬ Cities in Egypt β€” API & JSON data

Geomelon's Egypt coverage: 5,377 cities across 30 regions, with name translations in 16 languages β€” start with Cairo, the country's largest city at 9,293,612 people.

Data updated: 2026-07-14

Live demo

Type to search Egypt cities…

Top 10 cities by population

CityRegionPopulation
Cairoβ€”9,293,612
GizaGiza Governorate5,598,402
Alexandriaβ€”5,039,975
New CairoCairo Governorate1,500,000
Shobra ElkhemaQalyubia Governorate1,025,569
MansouraDakahlia Governorate621,953
HelwanCairo Governorate619,293
TantaGharbia Governorate603,120
El Mahalla El KubraGharbia Governorate592,573
Dar El SalamCairo Governorate567,516

Sample API response

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

[
  {
    "id": "57f66c3d-0bd4-419b-b2ba-e77cc5a4adcd",
    "name": "Cairo",
    "population": 9293612,
    "countryName": "Egypt",
    "countryCode": "EG",
    "countryEmoji": "πŸ‡ͺπŸ‡¬",
    "regionName": null
  },
  {
    "id": "94893ce1-b6ac-480e-b58c-39f464257757",
    "name": "Giza",
    "population": 5598402,
    "countryName": "Egypt",
    "countryCode": "EG",
    "countryEmoji": "πŸ‡ͺπŸ‡¬",
    "regionName": "Giza Governorate"
  },
  {
    "id": "e20429d0-ec4b-46f4-8de0-f8b79e491701",
    "name": "Alexandria",
    "population": 5039975,
    "countryName": "Egypt",
    "countryCode": "EG",
    "countryEmoji": "πŸ‡ͺπŸ‡¬",
    "regionName": null
  }
]

Try it

curl --request GET \
  --url 'https://geomelon.p.rapidapi.com/cities/search?countryCode=eg&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 Egypt are available in 16 languages.

Free dataset

Prefer a static file? Download 201 Egypt cities as JSON (31 KB, no API key) from the Egypt cities dataset page.

FAQ

How many cities in Egypt does the API return?

Geomelon currently has 5,377 cities in Egypt across 30 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 Egypt city names in other languages?

Yes β€” city names in Egypt are available in 16 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