JSON

Major Philosophers - JSON

These seven philosophers—Plato, Aristotle, Descartes, Kant, Hegel, Marx, and Nietzsche—established the foundations of Western philosophy from ancient Greece to the 19th century and were the major thinkers responsible for the intellectual transformations of their respective eras. Their ideas continue to profoundly influence diverse fields including philosophy, political science, economics, and ethics to the present day.

philosophy western philosophy thinkers Plato Kant Descartes Marx Nietzsche
[
  {
    "code": "01",
    "slug": "plato",
    "name": "Plato",
    "description": "Ancient Greek philosopher, founder of the Theory of Forms.",
    "period": "Ancient Greece",
    "birthYear": -427,
    "deathYear": -347,
    "nationality": "Ancient Greece",
    "majorWorks": [
      "国家",
      "ソクラテスの弁明",
      "パイドロス",
      "饗宴"
    ]
  },
  {
    "code": "02",
    "slug": "aristotle",
    "name": "Aristotle",
    "description": "Ancient Greek philosopher, known as the 'Father of All Sciences.'",
    "period": "Ancient Greece",
    "birthYear": -384,
    "deathYear": -322,
    "nationality": "Ancient Greece",
    "majorWorks": [
      "ニコマコス倫理学",
      "形而上学",
      "政治学",
      "詩学"
    ]
  },
  {
    "code": "03",
    "slug": "descartes",
    "name": "René Descartes",
    "description": "French philosopher, father of rationalism, known for 'I think, therefore I am.'",
    "period": "Early Modern",
    "birthYear": 1596,
    "deathYear": 1650,
    "nationality": "France",
    "majorWorks": [
      "方法序説",
      "省察",
      "哲学原理"
    ]
  },
  {
    "code": "04",
    "slug": "kant",
    "name": "Immanuel Kant",
    "description": "German philosopher, founder of critical philosophy, known for the Three Critiques.",
    "period": "Modern",
    "birthYear": 1724,
    "deathYear": 1804,
    "nationality": "Germany (Prussia)",
    "majorWorks": [
      "純粋理性批判",
      "実践理性批判",
      "判断力批判",
      "永遠の平和のために"
    ]
  },
  {
    "code": "05",
    "slug": "hegel",
    "name": "Georg Wilhelm Friedrich Hegel",
    "description": "German philosopher, representative of German Idealism, advocate of dialectic.",
    "period": "Modern",
    "birthYear": 1770,
    "deathYear": 1831,
    "nationality": "Germany",
    "majorWorks": [
      "精神現象学",
      "論理学",
      "法の哲学",
      "歴史哲学"
    ]
  },
  {
    "code": "06",
    "slug": "marx",
    "name": "Karl Marx",
    "description": "German philosopher and economist, founder of Marxism.",
    "period": "19th Century",
    "birthYear": 1818,
    "deathYear": 1883,
    "nationality": "Germany (Prussia)",
    "majorWorks": [
      "資本論",
      "共産党宣言",
      "経済学・哲学草稿"
    ]
  },
  {
    "code": "07",
    "slug": "nietzsche",
    "name": "Friedrich Nietzsche",
    "description": "German philosopher, proclaimed 'God is dead' and advocated the Übermensch.",
    "period": "19th Century",
    "birthYear": 1844,
    "deathYear": 1900,
    "nationality": "Germany",
    "majorWorks": [
      "ツァラトゥストラはかく語りき",
      "善悪の彼岸",
      "道徳の系譜学",
      "悲劇の誕生"
    ]
  }
]