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
| City | Region | Population |
|---|---|---|
| Vienna | — | 1,973,403 |
| Graz | Styria | 292,630 |
| Linz | Upper Austria | 211,944 |
| Salzburg | Salzburg | 155,021 |
| Innsbruck | Tyrol | 130,585 |
| Klagenfurt am Wörthersee | Carinthia | 101,403 |
| Wels | Upper Austria | 65,303 |
| Villach | Carinthia | 65,127 |
| St. Pölten | Lower Austria | 55,514 |
| Dornbirn | Vorarlberg | 49,278 |
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"
}
]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'City names in Austria are available in 39 languages.
Prefer a static file? Download 1,605 Austria cities as JSON (241 KB, no API key) from the Austria cities dataset page.
Geomelon currently has 11,874 cities in Austria across 10 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 Austria are available in 39 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.