geographiccitiesgeospatialpopulationcoordinatesurbandemographicscountriesclimateglobal
Global Cities & Urban Areas Database 2025
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
| Name | Type | Description |
|---|---|---|
| city_name | string | |
| country_name | string | |
| country_code | string | |
| continent | string | |
| latitude | string | |
| longitude | string | |
| population | string | |
| elevation_m | string | |
| timezone | string | |
| is_capital | string | |
| climate_zone | string | |
| gdp_per_capita_usd | string | |
| language | string | |
| currency_code | string |
Sample Data
Preview a sample of the data before downloading.
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/148ce1aa-ce99-4baa-a9b2-cb27c01a905a/download-url