geographiccitiesgeospatialpopulationcoordinatesurbandemographicscountriesclimateglobal

Global Cities & Urban Areas Database 2025

Category
Geographic
Records
10,500 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
2

About this data

Comprehensive dataset of 10,500 cities across 179 countries and 6 continents. Includes geographic coordinates, population estimates, elevation, timezone, climate classification (simplified Köppen), GDP per capita, primary language, currency, and capital city indicators. Ideal for geospatial analysis, urban planning research, demographic studies, and machine learning applications.

Schema

NameTypeDescription
city_namestring
country_namestring
country_codestring
continentstring
latitudestring
longitudestring
populationstring
elevation_mstring
timezonestring
is_capitalstring
climate_zonestring
gdp_per_capita_usdstring
languagestring
currency_codestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 5 / 5
2 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global Cities & Urban Areas Da" })
// Found: 148ce1aa-ce99-4baa-a9b2-cb27c01a905a
get_download_url({ dataset_id: "148ce1aa-ce99-4baa-a9b2-cb27c01a905a" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/148ce1aa-ce99-4baa-a9b2-cb27c01a905a/download-url