JSON

Motor Sports - JSON

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
[
  {
    "code": "F1",
    "slug": "formula-one",
    "name": "Formula One",
    "description": "The pinnacle of open-wheel car racing.",
    "category": "open-wheel",
    "governingBody": "FIA",
    "firstHeld": 1950
  },
  {
    "code": "MotoGP",
    "slug": "motogp",
    "name": "MotoGP",
    "description": "The premier motorcycle road racing championship.",
    "category": "motorcycle",
    "governingBody": "FIM",
    "firstHeld": 1949
  },
  {
    "code": "NASCAR",
    "slug": "nascar",
    "name": "NASCAR",
    "description": "American stock car racing series.",
    "category": "stock-car",
    "governingBody": "NASCAR",
    "firstHeld": 1948
  },
  {
    "code": "WRC",
    "slug": "wrc",
    "name": "World Rally Championship",
    "description": "Rally racing on public roads and special stages.",
    "category": "rally",
    "governingBody": "FIA",
    "firstHeld": 1973
  },
  {
    "code": "SGT",
    "slug": "super-gt",
    "name": "SUPER GT",
    "description": "Japanese grand touring car racing series.",
    "category": "gt-racing",
    "governingBody": "GTA",
    "firstHeld": 1993
  }
]