Api documentation

Api documentation

Get Engines for a Car Style

Spec: Engine and Transmission
 
 
v2
 
 

Sample Request

Get all engines available for car style ID 200477947

URL

  1. https://api.edmunds.com/api/vehicle/v2/styles/200477947/engines?fmt=json&api_key={api key}

Response

  1. {
  2. "engines": [
  3. {
  4. "id": "200478098",
  5. "name": "5.7L V8 Engine (EZH)",
  6. "equipmentType": "ENGINE",
  7. "availability": "OPTIONAL",
  8. "options": [
  9. {
  10. "id": "200478145",
  11. "name": "5.7L V8 HEMI MDS VVT Engine (S Rwd)",
  12. "description": "5.7L V8 16V VVT engine rated at 363 hp @ 5200 rpm and 394 lb.-ft. of torque @ 4200 rpm; 5-speed automatic transmission; 160 mph primary speedometer; 215mm rear axle; 4 wheel independent performance suspension; Anti-lock 4-wheel performance disc brakes; Gross vehicle weight of 5350 lbs.",
  13. "equipmentType": "OPTION",
  14. "availability": "S Rwd",
  15. "attributes": [
  16. {
  17. "name": "Front Suspension Classification",
  18. "value": "independent"
  19. },
  20. {
  21. "name": "Independent Suspension",
  22. "value": "four-wheel"
  23. },
  24. {
  25. "name": "Rear Suspension Classification",
  26. "value": "independent"
  27. },
  28. {
  29. "name": "Antilock Braking System",
  30. "value": "4-wheel ABS"
  31. },
  32. {
  33. "name": "Gross Vehicle Weight",
  34. "value": "5350"
  35. }
  36. ],
  37. "manufactureOptionName": "5.7L V8 HEMI MDS VVT Engine",
  38. "manufactureOptionCode": "EZH",
  39. "category": "Package",
  40. "price": {
  41. "baseMSRP": 2200.0,
  42. "baseInvoice": 1958.0,
  43. "estimateTmv": false
  44. }
  45. }
  46. ],
  47. "compressionRatio": 10.5,
  48. "cylinder": 8,
  49. "size": 5.7,
  50. "displacement": 5654.0,
  51. "configuration": "V",
  52. "fuelType": "regular unleaded",
  53. "horsepower": 363,
  54. "torque": 394,
  55. "totalValves": 16,
  56. "manufacturerEngineCode": "EZH",
  57. "type": "gas",
  58. "code": "8VNAG5.7",
  59. "compressorType": "NA"
  60. },
  61. {
  62. "id": "200478096",
  63. "name": "3.6L V6 Engine (300S Only)",
  64. "equipmentType": "ENGINE",
  65. "availability": "STANDARD",
  66. "compressionRatio": 10.2,
  67. "cylinder":6,"size": 3.6,
  68. "displacement": 3604.0,
  69. "configuration": "V",
  70. "fuelType": "flex-fuel (unleaded/E85)",
  71. "horsepower": 300,
  72. "torque": 264,
  73. "totalValves": 24,
  74. "manufacturerEngineCode": "ERB",
  75. "type": "flex-fuel (FFV)",
  76. "code": "6VNAF3.6",
  77. "compressorType": "NA"
  78. }
  79. ],
  80. "enginesCount":2
  81. }