🇦🇹 Cities in Austria — API & JSON data

11,874 cities. 10 regions. 39 languages. That's the current coverage for Austria in the Geomelon API, led by Vienna at 1,973,403 people.

Data updated: 2026-07-14

Live demo

Type to search Austria cities…

Top 10 cities by population

CityRegionPopulation
Vienna1,973,403
GrazStyria292,630
LinzUpper Austria211,944
SalzburgSalzburg155,021
InnsbruckTyrol130,585
Klagenfurt am WörtherseeCarinthia101,403
WelsUpper Austria65,303
VillachCarinthia65,127
St. PöltenLower Austria55,514
DornbirnVorarlberg49,278

Sample API response

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

[
  {
    "id": "5a2f6240-881f-4b02-9d26-b2e37ef69ab6",
    "name": "Vienna",
    "population": 1973403,
    "countryName": "Austria",
    "countryCode": "AT",
    "countryEmoji": "🇦🇹",
    "regionName": null
  },
  {
    "id": "de079039-8636-4c8f-a081-d73e2f007962",
    "name": "Graz",
    "population": 292630,
    "countryName": "Austria",
    "countryCode": "AT",
    "countryEmoji": "🇦🇹",
    "regionName": "Styria"
  },
  {
    "id": "7e6c2b57-97e0-4243-bc1c-fe1f165c622c",
    "name": "Linz",
    "population": 211944,
    "countryName": "Austria",
    "countryCode": "AT",
    "countryEmoji": "🇦🇹",
    "regionName": "Upper Austria"
  }
]

Try it

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

Free dataset

Prefer a static file? Download 1,605 Austria cities as JSON (241 KB, no API key) from the Austria cities dataset page.

FAQ

How many cities in Austria does the API return?

Geomelon currently has 11,874 cities in Austria across 10 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 Austria city names in other languages?

Yes — city names in Austria are available in 39 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