TOML

Types of Astronomical Objects - TOML

Astronomical objects refer to naturally occurring physical entities, associations, or structures that exist within the observable universe. Various objects exist at different scales and with different properties, including stars, planets, satellites, asteroids, comets, nebulae, galaxies, and black holes, which are systematically classified by organizations such as NASA and ESA. These classifications are based on the physical properties, evolutionary stages, and cosmic positioning of celestial bodies.

astronomy celestial bodies stars planets galaxies nebulae black holes universe NASA ESA
[[items]]
code = "01"
slug = "stars"
name = "Stars"
description = "Hot plasma bodies bound by their own gravity that generate energy through nuclear fusion."
category = "Stellar System"

[[items]]
code = "02"
slug = "planets"
name = "Planets"
description = "Bodies orbiting stars that are spherical due to sufficient mass and have cleared their orbital neighborhood."
category = "Stellar System"

[[items]]
code = "03"
slug = "satellites"
name = "Natural Satellites"
description = "Natural bodies that orbit planets, asteroids, or other celestial bodies."
category = "Stellar System"

[[items]]
code = "04"
slug = "asteroids"
name = "Asteroids"
description = "Relatively small Solar System bodies composed of rock and metal, mainly found in the asteroid belt between Mars and Jupiter."
category = "Small Solar System Bodies"

[[items]]
code = "05"
slug = "comets"
name = "Comets"
description = "Small bodies composed of ice, dust, and rock that form a coma and tail when approaching the Sun."
category = "Small Solar System Bodies"

[[items]]
code = "06"
slug = "nebulae"
name = "Nebulae"
description = "Giant clouds of dust, hydrogen, helium, and other ionized gases existing in space."
category = "Interstellar Medium"

[[items]]
code = "07"
slug = "galaxies"
name = "Galaxies"
description = "Massive gravitationally bound systems of stars, interstellar matter, dark matter, and black holes."
category = "Extragalactic"

[[items]]
code = "08"
slug = "black-holes"
name = "Black Holes"
description = "Regions of spacetime where gravity is so strong that nothing, not even light, can escape."
category = "Stellar Evolution"

[[items]]
code = "09"
slug = "star-clusters"
name = "Star Clusters"
description = "Groups of stars bound by gravity, with two main types: open clusters and globular clusters."
category = "Stellar System"

[[items]]
code = "10"
slug = "quasars"
name = "Quasars"
description = "Active galactic nuclei centered on supermassive black holes, extremely luminous radio sources."
category = "Extragalactic"