Make Model Source Data
This commit is contained in:
@@ -11,15 +11,6 @@ coverage/
|
|||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
# Legacy .NET entries (keeping for compatibility)
|
|
||||||
.vs/
|
|
||||||
bin/
|
|
||||||
obj/
|
|
||||||
# Only ignore a root-level legacy .NET data directory; do not ignore feature data/ code
|
|
||||||
/data/
|
|
||||||
MotoVaultPro.csproj.user
|
|
||||||
Properties/launchSettings.json
|
|
||||||
|
|
||||||
# K8s-aligned configuration and secret mounts (real files ignored; examples committed)
|
# K8s-aligned configuration and secret mounts (real files ignored; examples committed)
|
||||||
config/**
|
config/**
|
||||||
!config/
|
!config/
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,506 @@
|
|||||||
|
{
|
||||||
|
"aston_martin": [
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"5.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"AMR",
|
||||||
|
"V12",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2020",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db11",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dbs",
|
||||||
|
"engines": [
|
||||||
|
"5.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"5.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"AMR",
|
||||||
|
"V12",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2019",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"5.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"AMR",
|
||||||
|
"V12",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "rapide",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v12_vantage",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vanquish",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Carbon",
|
||||||
|
"Base",
|
||||||
|
"Volante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "rapide",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v12_vantage",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vanquish",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Carbon",
|
||||||
|
"Base",
|
||||||
|
"Volante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db9",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rapide",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v12_vantage",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vanquish",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Carbon",
|
||||||
|
"Base",
|
||||||
|
"Volante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db9",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vanquish",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Carbon",
|
||||||
|
"Base",
|
||||||
|
"Volante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2011",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v12_vantage",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db9",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db9",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db9",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v8_vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db9",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vantage",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"5.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"AMR",
|
||||||
|
"V12",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db7",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Vantage Volante",
|
||||||
|
"Vantage"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2001",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "db7",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Vantage Volante",
|
||||||
|
"Vantage"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1993",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "virage",
|
||||||
|
"engines": [
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1990",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "virage",
|
||||||
|
"engines": [
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Volante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1983",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "v-8",
|
||||||
|
"engines": [
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,427 @@
|
|||||||
|
{
|
||||||
|
"bentley": [
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "flying_spur",
|
||||||
|
"engines": [
|
||||||
|
"2.9L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Hybrid",
|
||||||
|
"V8",
|
||||||
|
"W12",
|
||||||
|
"S Hybrid",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "flying_spur",
|
||||||
|
"engines": [
|
||||||
|
"2.9L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Hybrid",
|
||||||
|
"V8",
|
||||||
|
"W12",
|
||||||
|
"S Hybrid",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flying_spur",
|
||||||
|
"engines": [
|
||||||
|
"2.9L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Hybrid",
|
||||||
|
"V8",
|
||||||
|
"W12",
|
||||||
|
"S Hybrid",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "bentayga",
|
||||||
|
"engines": [
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"W12 Signature",
|
||||||
|
"Black Edition"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flying_spur",
|
||||||
|
"engines": [
|
||||||
|
"2.9L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Hybrid",
|
||||||
|
"V8",
|
||||||
|
"W12",
|
||||||
|
"S Hybrid",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mulsanne",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mulsanne",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flying_spur",
|
||||||
|
"engines": [
|
||||||
|
"2.9L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Hybrid",
|
||||||
|
"V8",
|
||||||
|
"W12",
|
||||||
|
"S Hybrid",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "arnage",
|
||||||
|
"engines": [
|
||||||
|
"4.4L V8",
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"R"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "continental",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8",
|
||||||
|
"6.0L W12 FLEX",
|
||||||
|
"6.0L W12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"GTC",
|
||||||
|
"Flying Spur Speed",
|
||||||
|
"GT V8 S",
|
||||||
|
"GTC V8 S",
|
||||||
|
"Flying Spur",
|
||||||
|
"GT",
|
||||||
|
"GT Speed"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1999",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "arnage",
|
||||||
|
"engines": [
|
||||||
|
"4.4L V8",
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"R"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1997",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "brooklands",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1996",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "azure",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1989",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "turbo_r",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1963",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "s3_series",
|
||||||
|
"engines": [
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,607 @@
|
|||||||
|
{
|
||||||
|
"ferrari": [
|
||||||
|
{
|
||||||
|
"year": "2024",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "296_gts",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6 PLUG-IN HYBRID EV- (PHEV)"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "f8_spider",
|
||||||
|
"engines": [
|
||||||
|
"3.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2019",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "portofino",
|
||||||
|
"engines": [
|
||||||
|
"3.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "488_spider",
|
||||||
|
"engines": [
|
||||||
|
"3.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gtc4lusso",
|
||||||
|
"engines": [
|
||||||
|
"6.3L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "488_gtb",
|
||||||
|
"engines": [
|
||||||
|
"3.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ff",
|
||||||
|
"engines": [
|
||||||
|
"6.3L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "458_italia",
|
||||||
|
"engines": [
|
||||||
|
"4.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "458_spider",
|
||||||
|
"engines": [
|
||||||
|
"4.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "california_t",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8",
|
||||||
|
"3.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "f12_berlinetta",
|
||||||
|
"engines": [
|
||||||
|
"6.3L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "458_italia",
|
||||||
|
"engines": [
|
||||||
|
"4.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "california",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "laferrari",
|
||||||
|
"engines": [
|
||||||
|
"6.3L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "458_italia",
|
||||||
|
"engines": [
|
||||||
|
"4.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "458_italia",
|
||||||
|
"engines": [
|
||||||
|
"4.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ff",
|
||||||
|
"engines": [
|
||||||
|
"6.3L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "458_italia",
|
||||||
|
"engines": [
|
||||||
|
"4.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "california",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "599_gtb",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "599_gtb",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "f430",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "f430",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "612_scaglietti",
|
||||||
|
"engines": [
|
||||||
|
"5.7L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "f430",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "f430",
|
||||||
|
"engines": [
|
||||||
|
"4.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "superamerica",
|
||||||
|
"engines": [
|
||||||
|
"5.7L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "360",
|
||||||
|
"engines": [
|
||||||
|
"3.6L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Challenge Stradale",
|
||||||
|
"Modena",
|
||||||
|
"Spider"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "575_m_maranello",
|
||||||
|
"engines": [
|
||||||
|
"5.7L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "enzo",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2003",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "360",
|
||||||
|
"engines": [
|
||||||
|
"3.6L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Challenge Stradale",
|
||||||
|
"Modena",
|
||||||
|
"Spider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "360",
|
||||||
|
"engines": [
|
||||||
|
"3.6L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Challenge Stradale",
|
||||||
|
"Modena",
|
||||||
|
"Spider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2001",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "360",
|
||||||
|
"engines": [
|
||||||
|
"3.6L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Challenge Stradale",
|
||||||
|
"Modena",
|
||||||
|
"Spider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2000",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "360",
|
||||||
|
"engines": [
|
||||||
|
"3.6L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Challenge Stradale",
|
||||||
|
"Modena",
|
||||||
|
"Spider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1998",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "456_gt",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1997",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "550_maranello",
|
||||||
|
"engines": [
|
||||||
|
"5.5L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "f355_spider",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1996",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "f355_spider",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1995",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "f355_berlinetta",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1992",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "348_tb",
|
||||||
|
"engines": [
|
||||||
|
"3.4L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1991",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "mondial_t",
|
||||||
|
"engines": [
|
||||||
|
"3.4L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "testarossa",
|
||||||
|
"engines": [
|
||||||
|
"4.9L H12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1990",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "348_ts",
|
||||||
|
"engines": [
|
||||||
|
"3.4L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1987",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "328_gts",
|
||||||
|
"engines": [
|
||||||
|
"3.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mondial_3_2",
|
||||||
|
"engines": [
|
||||||
|
"3.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "testarossa",
|
||||||
|
"engines": [
|
||||||
|
"4.9L H12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1985",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "308_gts",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Quattrovalvole"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1983",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "308_gts",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Quattrovalvole"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1980",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "308_gts",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Quattrovalvole"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1977",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "308_gtb",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1972",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "365_gtc_4",
|
||||||
|
"engines": [
|
||||||
|
"4.4L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dino_246_gt",
|
||||||
|
"engines": [
|
||||||
|
"2.4L V6"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1966",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "275_gtb",
|
||||||
|
"engines": [
|
||||||
|
"3.3L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "500_superfast",
|
||||||
|
"engines": [
|
||||||
|
"5.0L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,414 @@
|
|||||||
|
{
|
||||||
|
"genesis": [
|
||||||
|
{
|
||||||
|
"year": "2024",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g90",
|
||||||
|
"engines": [
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"E-Supercharger",
|
||||||
|
"Ultimate",
|
||||||
|
"Premium"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gv70",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Sport Plus",
|
||||||
|
"Prestige",
|
||||||
|
"Select",
|
||||||
|
"Advanced Plus",
|
||||||
|
"Sport Advanced",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g70",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.3L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Launch Edition",
|
||||||
|
"Base",
|
||||||
|
"Design",
|
||||||
|
"3.3T RWD",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"Elite",
|
||||||
|
"Dynamic",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gv70",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Sport Plus",
|
||||||
|
"Prestige",
|
||||||
|
"Select",
|
||||||
|
"Advanced Plus",
|
||||||
|
"Sport Advanced",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gv80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Advanced",
|
||||||
|
"Advanced+",
|
||||||
|
"Prestige"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g70",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.3L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Launch Edition",
|
||||||
|
"Base",
|
||||||
|
"Design",
|
||||||
|
"3.3T RWD",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"Elite",
|
||||||
|
"Dynamic",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gv70",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Sport Plus",
|
||||||
|
"Prestige",
|
||||||
|
"Select",
|
||||||
|
"Advanced Plus",
|
||||||
|
"Sport Advanced",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gv80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Advanced",
|
||||||
|
"Advanced+",
|
||||||
|
"Prestige"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g70",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.3L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Launch Edition",
|
||||||
|
"Base",
|
||||||
|
"Design",
|
||||||
|
"3.3T RWD",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"Elite",
|
||||||
|
"Dynamic",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gv80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Advanced",
|
||||||
|
"Advanced+",
|
||||||
|
"Prestige"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2020",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g70",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.3L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Launch Edition",
|
||||||
|
"Base",
|
||||||
|
"Design",
|
||||||
|
"3.3T RWD",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"Elite",
|
||||||
|
"Dynamic",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2019",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g70",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.3L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Launch Edition",
|
||||||
|
"Base",
|
||||||
|
"Design",
|
||||||
|
"3.3T RWD",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"Elite",
|
||||||
|
"Dynamic",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g90",
|
||||||
|
"engines": [
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"E-Supercharger",
|
||||||
|
"Ultimate",
|
||||||
|
"Premium"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g90",
|
||||||
|
"engines": [
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"E-Supercharger",
|
||||||
|
"Ultimate",
|
||||||
|
"Premium"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "g80",
|
||||||
|
"engines": [
|
||||||
|
"2.5L I4",
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6",
|
||||||
|
"3.8L V6",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Advanced",
|
||||||
|
"Sport Prestige",
|
||||||
|
"5.0",
|
||||||
|
"Prestige",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"3.8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "g90",
|
||||||
|
"engines": [
|
||||||
|
"3.3L V6",
|
||||||
|
"3.5L V6 MILD HYBRID EV- (MHEV)",
|
||||||
|
"5.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"E-Supercharger",
|
||||||
|
"Ultimate",
|
||||||
|
"Premium"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,383 @@
|
|||||||
|
{
|
||||||
|
"geo": [
|
||||||
|
{
|
||||||
|
"year": "1997",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1996",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1995",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1994",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1993",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "storm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"2+2",
|
||||||
|
"2+2 GSi"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1992",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "storm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"2+2",
|
||||||
|
"2+2 GSi"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1991",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "storm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"2+2",
|
||||||
|
"2+2 GSi"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1990",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "prizm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4",
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GSi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "storm",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"2+2",
|
||||||
|
"2+2 GSi"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1989",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "metro",
|
||||||
|
"engines": [
|
||||||
|
"1.0L L3",
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"XFi",
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tracker",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"LSi",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,269 @@
|
|||||||
|
{
|
||||||
|
"hummer": [
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h3",
|
||||||
|
"engines": [
|
||||||
|
"3.5L L5",
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Championship Series",
|
||||||
|
"X",
|
||||||
|
"Alpha",
|
||||||
|
"Adventure",
|
||||||
|
"Luxury",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h3t",
|
||||||
|
"engines": [
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8 FLEX",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Alpha"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h3",
|
||||||
|
"engines": [
|
||||||
|
"3.5L L5",
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Championship Series",
|
||||||
|
"X",
|
||||||
|
"Alpha",
|
||||||
|
"Adventure",
|
||||||
|
"Luxury",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h3t",
|
||||||
|
"engines": [
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8 FLEX",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Alpha"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h3",
|
||||||
|
"engines": [
|
||||||
|
"3.5L L5",
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Championship Series",
|
||||||
|
"X",
|
||||||
|
"Alpha",
|
||||||
|
"Adventure",
|
||||||
|
"Luxury",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h3",
|
||||||
|
"engines": [
|
||||||
|
"3.5L L5",
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Championship Series",
|
||||||
|
"X",
|
||||||
|
"Alpha",
|
||||||
|
"Adventure",
|
||||||
|
"Luxury",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h3",
|
||||||
|
"engines": [
|
||||||
|
"3.5L L5",
|
||||||
|
"3.7L L5",
|
||||||
|
"5.3L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Championship Series",
|
||||||
|
"X",
|
||||||
|
"Alpha",
|
||||||
|
"Adventure",
|
||||||
|
"Luxury",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2003",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h1",
|
||||||
|
"engines": [
|
||||||
|
"6.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "h2",
|
||||||
|
"engines": [
|
||||||
|
"6.0L V8",
|
||||||
|
"6.2L V8 FLEX",
|
||||||
|
"6.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Special Edition",
|
||||||
|
"Adventure",
|
||||||
|
"Base",
|
||||||
|
"Luxury"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "h1",
|
||||||
|
"engines": [
|
||||||
|
"6.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,221 @@
|
|||||||
|
{
|
||||||
|
"lamborghini": [
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "urus",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Performante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "huracan",
|
||||||
|
"engines": [
|
||||||
|
"5.2L V10"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "urus",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Performante"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2011",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gallardo",
|
||||||
|
"engines": [
|
||||||
|
"5.0L V10",
|
||||||
|
"5.2L V10"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spyder",
|
||||||
|
"LP550-2",
|
||||||
|
"Superleggera",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gallardo",
|
||||||
|
"engines": [
|
||||||
|
"5.0L V10",
|
||||||
|
"5.2L V10"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spyder",
|
||||||
|
"LP550-2",
|
||||||
|
"Superleggera",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gallardo",
|
||||||
|
"engines": [
|
||||||
|
"5.0L V10",
|
||||||
|
"5.2L V10"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spyder",
|
||||||
|
"LP550-2",
|
||||||
|
"Superleggera",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gallardo",
|
||||||
|
"engines": [
|
||||||
|
"5.0L V10",
|
||||||
|
"5.2L V10"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spyder",
|
||||||
|
"LP550-2",
|
||||||
|
"Superleggera",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gallardo",
|
||||||
|
"engines": [
|
||||||
|
"5.0L V10",
|
||||||
|
"5.2L V10"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spyder",
|
||||||
|
"LP550-2",
|
||||||
|
"Superleggera",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "murcielago",
|
||||||
|
"engines": [
|
||||||
|
"6.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "murcielago",
|
||||||
|
"engines": [
|
||||||
|
"6.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2003",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "murcielago",
|
||||||
|
"engines": [
|
||||||
|
"6.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "murcielago",
|
||||||
|
"engines": [
|
||||||
|
"6.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1992",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "diablo",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1988",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "countach",
|
||||||
|
"engines": [
|
||||||
|
"5.2L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1974",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "urraco",
|
||||||
|
"engines": [
|
||||||
|
"2.5L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,829 @@
|
|||||||
|
{
|
||||||
|
"lotus": [
|
||||||
|
{
|
||||||
|
"year": "2024",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "emira",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"First Edition",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "emira",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4",
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"First Edition",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "evora_gt",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2020",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "evora_gt",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exige",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"S 240"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2011",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "evora",
|
||||||
|
"engines": [
|
||||||
|
"3.5L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S SR",
|
||||||
|
"Sports Racer",
|
||||||
|
"400",
|
||||||
|
"S",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exige",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"S 240"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exige",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"S 240"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exige",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"S 240"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "europa_s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exige",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"S 240"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exige",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"S 240"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2003",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2001",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2000",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1999",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1998",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1997",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elise",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"R",
|
||||||
|
"111 S",
|
||||||
|
"250 Cup",
|
||||||
|
"111s",
|
||||||
|
"111R",
|
||||||
|
"111",
|
||||||
|
"1.8",
|
||||||
|
"SC",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1994",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "esprit",
|
||||||
|
"engines": [
|
||||||
|
"2.2L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"Turbo SE",
|
||||||
|
"Turbo"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1991",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1990",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "esprit",
|
||||||
|
"engines": [
|
||||||
|
"2.2L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"Turbo SE",
|
||||||
|
"Turbo"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1989",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "esprit",
|
||||||
|
"engines": [
|
||||||
|
"2.2L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"Turbo SE",
|
||||||
|
"Turbo"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1987",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "esprit",
|
||||||
|
"engines": [
|
||||||
|
"2.2L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"Turbo SE",
|
||||||
|
"Turbo"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1972",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1971",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1969",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1967",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1966",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "elan",
|
||||||
|
"engines": [
|
||||||
|
"1.6L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S4",
|
||||||
|
"2",
|
||||||
|
"2S 130",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1964",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "seven",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1962",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "super_seven",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"lucid": [
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "air",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,692 @@
|
|||||||
|
{
|
||||||
|
"maserati": [
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "levante",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Modena",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2020",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "levante",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Modena",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2019",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "levante",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Modena",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "levante",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Modena",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "levante",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"S",
|
||||||
|
"Modena",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghibli",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Modena",
|
||||||
|
"S",
|
||||||
|
"Base",
|
||||||
|
"Modena Q4",
|
||||||
|
"S Q4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2011",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "granturismo",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"S",
|
||||||
|
"MC",
|
||||||
|
"1.5 RS CVT Honda SENSING"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gransport",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gransport",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "coupe",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spyder",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2003",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "coupe",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spyder",
|
||||||
|
"engines": [
|
||||||
|
"4.2L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"GT"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2001",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3200gt",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2000",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3200gt",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1999",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1980",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "quattroporte",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6",
|
||||||
|
"3.2L V8",
|
||||||
|
"3.8L V8",
|
||||||
|
"4.2L V8",
|
||||||
|
"4.7L V8",
|
||||||
|
"4.9L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Executive GT",
|
||||||
|
"Sport GT S",
|
||||||
|
"Evoluzione",
|
||||||
|
"GTS",
|
||||||
|
"Sport GT",
|
||||||
|
"S Q4",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1964",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "sebring",
|
||||||
|
"engines": [
|
||||||
|
"3.5L L6"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,159 @@
|
|||||||
|
{
|
||||||
|
"mclaren": [
|
||||||
|
{
|
||||||
|
"year": "2024",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "artura",
|
||||||
|
"engines": [
|
||||||
|
"3.0L V6 PLUG-IN HYBRID EV- (PHEV)"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "720s",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "gt",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2019",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "600lt",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "720s",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "570s",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "720s",
|
||||||
|
"engines": [
|
||||||
|
"4.0L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spider",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "570gt",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "650s",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "650s",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "mp4-12c",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "mp4-12c",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "mp4-12c",
|
||||||
|
"engines": [
|
||||||
|
"3.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"polestar": [
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "polestar_2",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "polestar_1",
|
||||||
|
"engines": [
|
||||||
|
"2.0L I4 PLUG-IN HYBRID EV- (PHEV)"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"rivian": [
|
||||||
|
{
|
||||||
|
"year": "2024",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "r1t",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,171 @@
|
|||||||
|
{
|
||||||
|
"rolls_royce": [
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "ghost",
|
||||||
|
"engines": [
|
||||||
|
"6.7L V12"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "phantom",
|
||||||
|
"engines": [
|
||||||
|
"6.7L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1997",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_spur",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1991",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_spirit",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "silver_spur",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1990",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_spirit",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1986",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_spirit",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1985",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_spur",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1976",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "corniche",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1974",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_shadow",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1972",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_shadow",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1971",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "silver_shadow",
|
||||||
|
"engines": [
|
||||||
|
"6.8L V8"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1960",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "phantom",
|
||||||
|
"engines": [
|
||||||
|
"6.7L V12"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,505 @@
|
|||||||
|
{
|
||||||
|
"scion": [
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fr-s",
|
||||||
|
"engines": [
|
||||||
|
"2.0L H4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Series 10",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ia",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "im",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fr-s",
|
||||||
|
"engines": [
|
||||||
|
"2.0L H4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Series 10",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "iq",
|
||||||
|
"engines": [
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fr-s",
|
||||||
|
"engines": [
|
||||||
|
"2.0L H4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Series 10",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "iq",
|
||||||
|
"engines": [
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fr-s",
|
||||||
|
"engines": [
|
||||||
|
"2.0L H4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Series 10",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "iq",
|
||||||
|
"engines": [
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "iq",
|
||||||
|
"engines": [
|
||||||
|
"1.3L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2011",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xd",
|
||||||
|
"engines": [
|
||||||
|
"1.8L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xa",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "tc",
|
||||||
|
"engines": [
|
||||||
|
"2.4L I4",
|
||||||
|
"2.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Spec",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xa",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "xa",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xb",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4",
|
||||||
|
"2.4L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "xa",
|
||||||
|
"engines": [
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,945 @@
|
|||||||
|
{
|
||||||
|
"smart": [
|
||||||
|
{
|
||||||
|
"year": "2020",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2014",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2011",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2010",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2009",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2008",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2007",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2006",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "roadster",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Coupe",
|
||||||
|
"Roadster",
|
||||||
|
"Roadster Coupe",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2005",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "cabrio",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "roadster",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Coupe",
|
||||||
|
"Roadster",
|
||||||
|
"Roadster Coupe",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2004",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "cabrio",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city-coupe",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "forfour",
|
||||||
|
"engines": [
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3",
|
||||||
|
"1.5L I4"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"W 453",
|
||||||
|
"Prime",
|
||||||
|
"Prime Premium",
|
||||||
|
"Passion",
|
||||||
|
"Pulse"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "roadster",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Coupe",
|
||||||
|
"Roadster",
|
||||||
|
"Roadster Coupe",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2003",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "city-coupe",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "roadster",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Coupe",
|
||||||
|
"Roadster",
|
||||||
|
"Roadster Coupe",
|
||||||
|
"Base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2002",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2001",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "city_coupe",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Pulse",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2000",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "1999",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "fortwo",
|
||||||
|
"engines": [
|
||||||
|
"0.7L L3",
|
||||||
|
"0.8L L3",
|
||||||
|
"0.9L L3",
|
||||||
|
"1.0L L3"
|
||||||
|
],
|
||||||
|
"submodels": [
|
||||||
|
"Turbo",
|
||||||
|
"Iceshine",
|
||||||
|
"Bo Concept",
|
||||||
|
"EQ",
|
||||||
|
"Electric Drive",
|
||||||
|
"Brabus Cabrio",
|
||||||
|
"Black",
|
||||||
|
"1.5 RS CVT Honda SENSING",
|
||||||
|
"Proxy",
|
||||||
|
"GrandStyle",
|
||||||
|
"CDI",
|
||||||
|
"Brabus",
|
||||||
|
"Prime",
|
||||||
|
"MHD",
|
||||||
|
"Pulse",
|
||||||
|
"Passion Cabrio",
|
||||||
|
"Pure",
|
||||||
|
"Base",
|
||||||
|
"Passion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,376 @@
|
|||||||
|
{
|
||||||
|
"tesla": [
|
||||||
|
{
|
||||||
|
"year": "2024",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "y",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Mayor",
|
||||||
|
"Performance",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2023",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "y",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Mayor",
|
||||||
|
"Performance",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2022",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"75D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Plaid",
|
||||||
|
"100D",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "y",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Mayor",
|
||||||
|
"Performance",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2021",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "y",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Mayor",
|
||||||
|
"Performance",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2020",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"75D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Plaid",
|
||||||
|
"100D",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "y",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Mayor",
|
||||||
|
"Performance",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2019",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"75D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Plaid",
|
||||||
|
"100D",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2018",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "3",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"Long Range AWD",
|
||||||
|
"Performance",
|
||||||
|
"Standard Plus",
|
||||||
|
"Base",
|
||||||
|
"Long Range"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"75D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Plaid",
|
||||||
|
"100D",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2017",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2016",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"75D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Plaid",
|
||||||
|
"100D",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2015",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2013",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"year": "2012",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "s",
|
||||||
|
"engines": [],
|
||||||
|
"submodels": [
|
||||||
|
"70D",
|
||||||
|
"85D",
|
||||||
|
"60",
|
||||||
|
"75D",
|
||||||
|
"100D",
|
||||||
|
"Long Range Plus",
|
||||||
|
"Base",
|
||||||
|
"Plaid",
|
||||||
|
"90D"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+6
-1
@@ -1 +1,6 @@
|
|||||||
*** CRITICAL ***: Never read this file. Stop and move on.
|
*** CRITICAL ***: Never read this file. Stop and move on.
|
||||||
|
|
||||||
|
There are some bugs in the work that was done.
|
||||||
|
- When you set the drop down for 93 ethonal and 93 ethonal-free, it doesn't persist.
|
||||||
|
- The search result card for saved gas stations doesn't show if it has 93
|
||||||
|
- The delete button doesn't immedately delete the save station. You have to navigate off and back for it to remove.
|
||||||
Reference in New Issue
Block a user