Api documentation

Api documentation

Get TCO® Details for Used Car

Price: True Cost to Own Categories
 
 
v1
 
 

Sample Request

Get TCO® details for style ID 2898 in zip code 90019 and state CA

URL

  1. https://api.edmunds.com/api/tco/v1/details/allusedtcobystyleidzipandstate/2898/90019/ca?fmt=json&api_key={api key}

Response

  1. {
  2. "fuel": {
  3. "values": [3140.0, 3234.0, 3331.0, 3431.0, 3534.0],
  4. "total": 16670.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": [],
  20. "total": 0.0
  21. },
  22. "taxandfees": {
  23. "values": [51.0, 36.0, 36.0, 36.0, 36.0],
  24. "total": 195.0
  25. },
  26. "financing": {
  27. "values": [32.0, 26.0, 18.0, 12.0, 4.0],
  28. "total": 92.0
  29. }
  30. }