Skip to content

Instantly share code, notes, and snippets.

@Raja0sama
Created August 22, 2022 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raja0sama/c423f0748c8201227348a35c1a59ac22 to your computer and use it in GitHub Desktop.
Save Raja0sama/c423f0748c8201227348a35c1a59ac22 to your computer and use it in GitHub Desktop.
Sample Car Data
[
{
"year": "2022",
"make": "honda",
"model": "civic",
"style": "401875382",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401875382&mileage=40000",
"styleModel": "LX 4dr Sedan (2.0L 4cyl CVT)",
"data": {
"makes": [{ "id": "200001444" }],
"modelYears": [{ "id": "401875381" }],
"style": {
"engine": { "engineCode": "4INAG2.0" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "audi",
"model": "a4",
"style": "401897279",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401897279&mileage=40000",
"styleModel": "Premium 4dr Sedan AWD w/40 TFSI (2.0L 4cyl Turbo gas/electric mild hybrid 7AM)",
"data": {
"makes": [{ "id": "200000001" }],
"modelYears": [{ "id": "401897257" }],
"style": {
"engine": { "engineCode": "4ITCM2.0" },
"transmission": { "transmissionType": "AUTOMATED_MANUAL" }
}
}
},
{
"year": "2022",
"make": "toyota",
"model": "camry",
"style": "401884167",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401884167&mileage=40000",
"styleModel": "LE 4dr Sedan (2.5L 4cyl 8A)",
"data": {
"makes": [{ "id": "200003381" }],
"modelYears": [{ "id": "401884163" }],
"style": {
"engine": { "engineCode": "4INAG2.5" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "toyota",
"model": "corolla",
"style": "401886246",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401886246&mileage=40000",
"styleModel": "L 4dr Sedan (1.8L 4cyl CVT)",
"data": {
"makes": [{ "id": "200003381" }],
"modelYears": [{ "id": "401886244" }],
"style": {
"engine": { "engineCode": "4INAG1.8" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "bmw",
"model": "2 Series",
"style": "401898426",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401898426&mileage=40000",
"styleModel": "230i 2dr Coupe (2.0L 4cyl Turbo 8A)",
"data": {
"makes": [{ "id": "200000081" }],
"modelYears": [{ "id": "401898424" }],
"style": {
"engine": { "engineCode": "4ITCG2.0" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "Hyundai",
"model": "Elantra",
"style": "401883336",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401883336&mileage=40000",
"styleModel": "SE 4dr Sedan (2.0L 4cyl CVT)",
"data": {
"makes": [{ "id": "200001398" }],
"modelYears": [{ "id": "401883330" }],
"style": {
"engine": { "engineCode": "4INAG2.0" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "Kia",
"model": "Sportage",
"style": "401885143",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401885143&mileage=40000",
"styleModel": "LX 4dr SUV (2.4L 4cyl 6A)",
"data": {
"makes": [{ "id": "200003063" }],
"modelYears": [{ "id": "401885141" }],
"style": {
"engine": { "engineCode": "4INAG2.4" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "Nissan",
"model": "Altima",
"style": "401883950",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401883950&mileage=40000",
"styleModel": "4dr Sedan (2.5L 4cyl CVT)",
"data": {
"makes": [{ "id": "200000201" }],
"modelYears": [{ "id": "401883946" }],
"style": {
"engine": { "engineCode": "4INAG2.5" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "Kia",
"model": "K5",
"style": "401886687",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401886687&mileage=40000",
"styleModel": "LX 4dr Sedan (1.6L 4cyl Turbo 8A)",
"data": {
"makes": [{ "id": "200003063" }],
"modelYears": [{ "id": "401886685" }],
"style": {
"engine": { "engineCode": "4ITCG1.6" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
},
{
"year": "2022",
"make": "Honda",
"model": "Accord",
"style": "401883321",
"url": "https://www.edmunds.com/car-maintenance/results.html?styleId=401883321&mileage=40000",
"styleModel": "LX 4dr Sedan (1.5L 4cyl Turbo CVT)",
"data": {
"makes": [{ "id": "200001444" }],
"modelYears": [{ "id": "401883316" }],
"style": {
"engine": { "engineCode": "4ITCG1.5" },
"transmission": { "transmissionType": "AUTOMATIC" }
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment