Api documentation

Api documentation

Get Transmissions 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/transmissions?fmt=json&api_key={api key}

Response

  1. {
  2. "transmissions": [
  3. {
  4. "id": "200478100",
  5. "name": "5A",
  6. "equipmentType": "TRANSMISSION",
  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. "automaticType": "Shiftable automatic",
  48. "transmissionType": "AUTOMATIC",
  49. "numberOfSpeeds": "5"
  50. },
  51. {
  52. "id": "200478101",
  53. "name": "8A",
  54. "equipmentType": "TRANSMISSION",
  55. "availability": "STANDARD",
  56. "automaticType": "Shiftable automatic",
  57. "transmissionType": "AUTOMATIC",
  58. "numberOfSpeeds": "8"
  59. }
  60. ],
  61. "transmissionsCount": 2
  62. }