JSON

Galaxy Classification - JSON

Galaxy classification is a morphological classification system proposed by Edwin Hubble in 1926, which categorizes galaxies into five main types based on their visual appearance: elliptical, lenticular, spiral, barred spiral, and irregular galaxies. Known as the 'Hubble Tuning Fork,' this classification remains widely used as a foundation in astronomy nearly a century later. It was later extended by Gérard de Vaucouleurs and continues to play an important role in modern galactic research.

astronomy galaxy Hubble classification morphological classification universe
[
  {
    "code": "E",
    "slug": "elliptical",
    "name": "Elliptical Galaxy",
    "description": "Galaxies with shapes ranging from spherical to flattened ellipsoidal forms.",
    "symbol": "E",
    "position": "early-type"
  },
  {
    "code": "S0",
    "slug": "lenticular",
    "name": "Lenticular Galaxy",
    "description": "Galaxies with intermediate characteristics between elliptical and spiral galaxies.",
    "symbol": "S0",
    "position": "early-type"
  },
  {
    "code": "S",
    "slug": "spiral",
    "name": "Spiral Galaxy",
    "description": "Galaxies with flat disk structures and spiral arms extending from central bulges.",
    "symbol": "S",
    "position": "late-type"
  },
  {
    "code": "SB",
    "slug": "barred-spiral",
    "name": "Barred Spiral Galaxy",
    "description": "Galaxies with a bar-shaped structure at the center and spiral arms extending from both ends.",
    "symbol": "SB",
    "position": "late-type"
  },
  {
    "code": "Irr",
    "slug": "irregular",
    "name": "Irregular Galaxy",
    "description": "Galaxies lacking clear symmetry that do not fit into other categories.",
    "symbol": "Irr",
    "position": "late-type"
  }
]