TOML

Motor Sports - TOML

Motor sports is a general term for competitive sports using automobiles and motorcycles. Various categories exist, including F1 (Formula One), MotoGP, NASCAR, WRC (World Rally Championship), and SUPER GT, each with its own competition format and technical regulations. With diverse competition forms such as circuit racing, rallying, and oval racing, motor sports captivate fans worldwide.

Motor Sports Formula 1 MotoGP NASCAR WRC SUPER GT Racing Auto Racing
[[items]]
code = "F1"
slug = "formula-one"
name = "Formula One"
description = "The pinnacle of open-wheel car racing."
category = "open-wheel"
firstHeld = 1950
governingBody = "FIA"

[[items]]
code = "MotoGP"
slug = "motogp"
name = "MotoGP"
description = "The premier motorcycle road racing championship."
category = "motorcycle"
firstHeld = 1949
governingBody = "FIM"

[[items]]
code = "NASCAR"
slug = "nascar"
name = "NASCAR"
description = "American stock car racing series."
category = "stock-car"
firstHeld = 1948
governingBody = "NASCAR"

[[items]]
code = "WRC"
slug = "wrc"
name = "World Rally Championship"
description = "Rally racing on public roads and special stages."
category = "rally"
firstHeld = 1973
governingBody = "FIA"

[[items]]
code = "SGT"
slug = "super-gt"
name = "SUPER GT"
description = "Japanese grand touring car racing series."
category = "gt-racing"
firstHeld = 1993
governingBody = "GTA"