🇳🇿 Cities in New Zealand — API & JSON data

Looking for a JSON API covering cities in New Zealand? Geomelon has 4,009 of them, organized into 16 regions and searchable in 14 languages. Auckland tops the list by population (1,470,100).

Data updated: 2026-07-14

Live demo

Type to search New Zealand cities…

Top 10 cities by population

CityRegionPopulation
AucklandAuckland Region1,470,100
ChristchurchCanterbury Region383,200
WellingtonWellington Region216,200
HamiltonWaikato Region176,500
TaurangaBay of Plenty Region151,300
Lower HuttWellington Region110,700
DunedinOtago Region106,200
Mount RoskillAuckland Region96,913
Palmerston NorthManawatū-Whanganui Region81,500
NapierHawke's Bay Region66,300

Sample API response

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

[
  {
    "id": "da8bf126-7853-4f56-9489-4702e902c173",
    "name": "Auckland",
    "population": 1470100,
    "countryName": "New Zealand",
    "countryCode": "NZ",
    "countryEmoji": "🇳🇿",
    "regionName": "Auckland Region"
  },
  {
    "id": "f4cdd701-d02e-4a66-b33c-49b29e55f347",
    "name": "Christchurch",
    "population": 383200,
    "countryName": "New Zealand",
    "countryCode": "NZ",
    "countryEmoji": "🇳🇿",
    "regionName": "Canterbury Region"
  },
  {
    "id": "c50b2b01-2577-46dd-a57b-19b0f31f1c39",
    "name": "Wellington",
    "population": 216200,
    "countryName": "New Zealand",
    "countryCode": "NZ",
    "countryEmoji": "🇳🇿",
    "regionName": "Wellington Region"
  }
]

Try it

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

Free dataset

Prefer a static file? Download 547 New Zealand cities as JSON (82 KB, no API key) from the New Zealand cities dataset page.

FAQ

How many cities in New Zealand does the API return?

Geomelon currently has 4,009 cities in New Zealand across 16 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 New Zealand city names in other languages?

Yes — city names in New Zealand are available in 14 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