150,000+ cities worldwide

Every city in our database includes coordinates, timezone, parent state and country. Each country page below has the full state breakdown and link to its cities.

150,000+

Cities

5,000+

States

250

Countries

Lat / Lng

Per city

Browse cities by country

Pick a country to see its states and the first batch of cities. Every page is populated from the same API your app would call.

Or see all 250 countries.

Programmatic access

Search across all 150k cities, or fetch one by its numeric ID:

# Search by name across cities, states and countries
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.apogeoapi.com/v1/search?q=tokyo&limit=10"

# Fetch a specific city by its numeric ID
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.apogeoapi.com/v1/cities/5915028"

# List cities by parent state ID
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.apogeoapi.com/v1/states/203475/cities?limit=20"

See the full Cities API page or the Python quickstart for a complete integration walkthrough.

Put the world's cities behind one key

Free tier 1,000 req/month or 14-day full-access trial. No credit card.

Get your free API key