Geomelon tracks 86,512 cities in Indonesia, spread across 40 regions. Jakarta is the largest, with a population of 11,135,191. City names are available in 40 languages through the API below.
Data updated: 2026-07-14
| City | Region | Population |
|---|---|---|
| Jakarta | — | 11,135,191 |
| Greater Malang | — | 3,711,304 |
| Surabaya | East Java | 3,009,286 |
| Bandung | West Java | 2,875,673 |
| Bekasi | West Java | 2,381,053 |
| Tangerang | Banten | 2,237,006 |
| Medan | North Sumatra | 2,109,330 |
| South Tangerang | Banten | 1,644,899 |
| Semarang | Central Java | 1,621,384 |
| Palembang | South Sumatra | 1,535,952 |
GET /cities/search?countryCode=id&sort=population_desc&limit=3
[
{
"id": "b09e8357-4a2c-4b3c-9ccf-e9726a28b1f0",
"name": "Jakarta",
"population": 11135191,
"countryName": "Indonesia",
"countryCode": "ID",
"countryEmoji": "🇮🇩",
"regionName": null
},
{
"id": "65a08d9c-95a6-4aa6-b0f1-b44cf01c8493",
"name": "Greater Malang",
"population": 3711304,
"countryName": "Indonesia",
"countryCode": "ID",
"countryEmoji": "🇮🇩",
"regionName": null
},
{
"id": "f4e23789-1815-4ab3-99c2-d10a1b9f480c",
"name": "Surabaya",
"population": 3009286,
"countryName": "Indonesia",
"countryCode": "ID",
"countryEmoji": "🇮🇩",
"regionName": "East Java"
}
]curl --request GET \
--url 'https://geomelon.p.rapidapi.com/cities/search?countryCode=id&sort=population_desc&limit=10' \
--header 'x-rapidapi-host: geomelon.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'City names in Indonesia are available in 40 languages.
Prefer a static file? Download 283 Indonesia cities as JSON (42 KB, no API key) from the Indonesia cities dataset page.
Geomelon currently has 86,512 cities in Indonesia across 40 regions. Results are paginated, up to 100 per request.
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.
Yes — city names in Indonesia are available in 40 languages. Pass the languages you want via the preferredLanguages parameter, most-preferred first.
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.