Api documentation

Api documentation

Get TCO® Details for New Car

Price: True Cost to Own Categories
 
 
v1
 
 

Sample Request

Get TCO® for style ID 101426944 in zip code 90019

URL

  1. https://api.edmunds.com/api/tco/v1/details/allnewtcobystyleidzipandstate/101426944/90019/NY?fmt=json&api_key={api key}

Response

  1. {
  2. "fuel": {
  3. "values": [1433.0, 1475.0, 1520.0, 1565.0, 1612.0],
  4. "total": 7605.0
  5. },
  6. "insurance": {
  7. "values": [],
  8. "total": 0.0
  9. },
  10. "maintenance": {
  11. "values": [],
  12. "total": 0.0
  13. },
  14. "repairs": {
  15. "values": [],
  16. "total": 0.0
  17. },
  18. "depreciation": {
  19. "values": [0.0, 0.0, 0.0, 0.0, 0.0],
  20. "total": 0.0
  21. },
  22. "taxandfees": {
  23. "values": [289.0, 274.0, 274.0, 274.0, 274.0],
  24. "total": 1385.0
  25. },
  26. "financing": {
  27. "values": [1266.0, 1007.0, 736.0, 456.0, 163.0],
  28. "total": 3628.0
  29. }
  30. }