🇻🇪 Cities in Venezuela — API & JSON data

Geomelon's Venezuela coverage: 931 cities across 27 regions, with name translations in 16 languages — start with Caracas, the country's largest city at 2,245,744 people.

Data updated: 2026-07-14

Live demo

Type to search Venezuela cities…

Top 10 cities by population

CityRegionPopulation
Caracas2,245,744
ValenciaCarabobo1,696,662
MaracaiboZulia1,551,539
MaracayAragua1,102,088
BarquisimetoLara1,059,092
BarinasBarinas873,962
MaturínMonagas753,254
Ciudad GuayanaBolívar751,331
Catia La MarVargas state661,897
Ciudad BolívarBolívar567,953

Sample API response

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

[
  {
    "id": "d8a7dbf8-3867-4a9a-b1d2-3aea2a71790c",
    "name": "Caracas",
    "population": 2245744,
    "countryName": "Venezuela",
    "countryCode": "VE",
    "countryEmoji": "🇻🇪",
    "regionName": null
  },
  {
    "id": "118b8cfe-24ce-4594-bf08-105fe9818366",
    "name": "Valencia",
    "population": 1696662,
    "countryName": "Venezuela",
    "countryCode": "VE",
    "countryEmoji": "🇻🇪",
    "regionName": "Carabobo"
  },
  {
    "id": "b9a1bc2a-d089-4b3f-acc2-9b7c54e33f9f",
    "name": "Maracaibo",
    "population": 1551539,
    "countryName": "Venezuela",
    "countryCode": "VE",
    "countryEmoji": "🇻🇪",
    "regionName": "Zulia"
  }
]

Try it

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

Free dataset

Prefer a static file? Download 152 Venezuela cities as JSON (22 KB, no API key) from the Venezuela cities dataset page.

FAQ

How many cities in Venezuela does the API return?

Geomelon currently has 931 cities in Venezuela across 27 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 Venezuela city names in other languages?

Yes — city names in Venezuela are available in 16 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