🇨🇿 Cities in Czech Republic — API & JSON data

Czech Republic has 3,593 cities in the Geomelon dataset, one of the more densely covered countries in the API. The most populous is Prague, at 1,397,880 people. Query it by name, region, or coordinates, with translations in 41 languages.

Data updated: 2026-07-14

Live demo

Type to search Czech Republic cities…

Top 10 cities by population

CityRegionPopulation
Prague1,397,880
BrnoSouth Moravian Region402,739
OstravaMoravian-Silesian Region283,187
PlzeňPlzeň Region187,928
LiberecLiberec Region108,090
OlomoucOlomouc Region103,063
České BudějoviceSouth Bohemian Region97,231
Hradec KrálovéHradec Králové Region94,311
PardubicePardubice Region92,319
Ústí nad LabemÚstí nad Labem Region90,866

Sample API response

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

[
  {
    "id": "0bf6ffb1-5d32-499d-8a63-7eebf2c896a9",
    "name": "Prague",
    "population": 1397880,
    "countryName": "Czech Republic",
    "countryCode": "CZ",
    "countryEmoji": "🇨🇿",
    "regionName": null
  },
  {
    "id": "17e1929a-17a3-42a3-8172-e879690dbd6e",
    "name": "Brno",
    "population": 402739,
    "countryName": "Czech Republic",
    "countryCode": "CZ",
    "countryEmoji": "🇨🇿",
    "regionName": "South Moravian Region"
  },
  {
    "id": "34e00cf1-7c1b-4be4-96a4-5f92c7d319dd",
    "name": "Ostrava",
    "population": 283187,
    "countryName": "Czech Republic",
    "countryCode": "CZ",
    "countryEmoji": "🇨🇿",
    "regionName": "Moravian-Silesian Region"
  }
]

Try it

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

Free dataset

Prefer a static file? Download 1,330 Czech Republic cities as JSON (211 KB, no API key) from the Czech Republic cities dataset page.

FAQ

How many cities in Czech Republic does the API return?

Geomelon currently has 3,593 cities in Czech Republic across 14 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 Czech Republic city names in other languages?

Yes — city names in Czech Republic are available in 41 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