JSON

Histories of Major World Cities - JSON

The histories of major world cities symbolize the development of human civilization. From ancient Rome's 'City of Seven Hills' to medieval commercial cities, through the Industrial Revolution to modern global cities, each metropolis has been shaped by unique geographical conditions, political backgrounds, and cultural exchanges. These cities continue to function as centers of global politics, economy, and culture.

world history urban history history geography culture Tokyo London Paris New York
[
  {
    "code": "01",
    "slug": "tokyo",
    "name": "Tokyo",
    "description": "From Edo to Tokyo. One of the world's largest cities with 400 years of history.",
    "originYear": "1457",
    "formerName": "Edo",
    "region": "Asia",
    "country": "Japan"
  },
  {
    "code": "02",
    "slug": "london",
    "name": "London",
    "description": "A global city on the River Thames with approximately 2,000 years of history.",
    "originYear": "43",
    "formerName": "Londinium",
    "region": "Europe",
    "country": "United Kingdom"
  },
  {
    "code": "03",
    "slug": "paris",
    "name": "Paris",
    "description": "The 'City of Light' along the Seine. A center of art and culture with over 2,000 years of history.",
    "originYear": "-250",
    "formerName": "Lutetia",
    "region": "Europe",
    "country": "France"
  },
  {
    "code": "04",
    "slug": "new-york",
    "name": "New York",
    "description": "Called the 'Capital of the World,' a city filled with diversity and commercial spirit.",
    "originYear": "1625",
    "formerName": "New Amsterdam",
    "region": "North America",
    "country": "United States of America"
  },
  {
    "code": "05",
    "slug": "beijing",
    "name": "Beijing",
    "description": "The capital of China with '3,000 years of city-building history and 800 years as a capital.'",
    "originYear": "-1045",
    "formerName": "Yanjing / Dadu",
    "region": "Asia",
    "country": "China"
  },
  {
    "code": "06",
    "slug": "rome",
    "name": "Rome",
    "description": "The Eternal City that began as the 'City of Seven Hills' and ruled the ancient world.",
    "originYear": "-753",
    "formerName": "City of Seven Hills",
    "region": "Europe",
    "country": "Italy"
  },
  {
    "code": "07",
    "slug": "istanbul",
    "name": "Istanbul",
    "description": "The millennium-old city at the crossroads of East and West civilizations with three names.",
    "originYear": "-658",
    "formerName": "Byzantion / Constantinople",
    "region": "Europe/Asia",
    "country": "Turkey"
  }
]