Api documentation

Api documentation

Get Engine Details by ID

Spec: Engine and Transmission
 
 
v2
 
 

Sample Request

Get engine details for ID 200478098

URL

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

Response

  1. {
  2. "id": "200478098",
  3. "name": "5.7L V8 Engine (EZH)",
  4. "equipmentType": "ENGINE",
  5. "availability": "OPTIONAL",
  6. "compressionRatio": 10.5,
  7. "cylinder": 8,
  8. "size": 5.7,
  9. "displacement": 5654,
  10. "configuration": "V",
  11. "fuelType": "regular unleaded",
  12. "horsepower": 363,
  13. "torque": 394,
  14. "totalValves": 16,
  15. "manufacturerEngineCode": "EZH",
  16. "type": "gas",
  17. "code": "8VNAG5.7",
  18. "compressorType": "NA"
  19. }