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
| City | Region | Population |
|---|---|---|
| Caracas | — | 2,245,744 |
| Valencia | Carabobo | 1,696,662 |
| Maracaibo | Zulia | 1,551,539 |
| Maracay | Aragua | 1,102,088 |
| Barquisimeto | Lara | 1,059,092 |
| Barinas | Barinas | 873,962 |
| Maturín | Monagas | 753,254 |
| Ciudad Guayana | Bolívar | 751,331 |
| Catia La Mar | Vargas state | 661,897 |
| Ciudad Bolívar | Bolívar | 567,953 |
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"
}
]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'City names in Venezuela are available in 16 languages.
Prefer a static file? Download 152 Venezuela cities as JSON (22 KB, no API key) from the Venezuela cities dataset page.
Geomelon currently has 931 cities in Venezuela across 27 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 Venezuela are available in 16 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.