Api documentation

Api documentation

Get All TMV® Bands

Price: True Market Value
 
 
v2 v1
 
 

Sample Request

Get the new TMV® price for a car with style ID 200419751 in the 90019 area

URL

  1. https://api.edmunds.com/api/v2/usedtmv/getalltmvbands?styleid=200419751&zip=90019&api_key={api key}

Response

  1. {
  2. "tmvconditions": {
  3. "OUTSTANDING": {
  4. "Current": {
  5. "predictedChangeIndicator": 0,
  6. "colorAdjustment": {
  7. "deliveryCharges": 0.0,
  8. "tmvRecommendedRating": 0,
  9. "usedPrivateParty": 0.0,
  10. "usedTmvRetail": 0.0,
  11. "baseMSRP": 0.0,
  12. "tmv": 0.0,
  13. "usedTradeIn": 0.0,
  14. "baseInvoice": 0.0
  15. },
  16. "offerPrice": 0.0,
  17. "conditionAdjustment": {
  18. "deliveryCharges": 0.0,
  19. "tmvRecommendedRating": 0,
  20. "usedPrivateParty": 2053.0,
  21. "usedTmvRetail": 2458.0,
  22. "baseMSRP": 0.0,
  23. "tmv": 0.0,
  24. "usedTradeIn": 1676.0,
  25. "baseInvoice": 0.0
  26. },
  27. "mileageAdjustment": {
  28. "deliveryCharges": 0.0,
  29. "tmvRecommendedRating": 0,
  30. "usedPrivateParty": 0.0,
  31. "usedTmvRetail": 0.0,
  32. "baseMSRP": 0.0,
  33. "tmv": 0.0,
  34. "usedTradeIn": 0.0,
  35. "baseInvoice": 0.0
  36. },
  37. "nationalBasePrice": {
  38. "deliveryCharges": 0.0,
  39. "tmvRecommendedRating": 0,
  40. "usedPrivateParty": 14063.0,
  41. "usedTmvRetail": 15970.0,
  42. "baseMSRP": 0.0,
  43. "tmv": 0.0,
  44. "usedTradeIn": 11733.0,
  45. "baseInvoice": 0.0
  46. },
  47. "regionalAdFee": 0.0,
  48. "totalWithOptions": {
  49. "deliveryCharges": 0.0,
  50. "tmvRecommendedRating": 0,
  51. "usedPrivateParty": 16117.0,
  52. "usedTmvRetail": 18428.0,
  53. "baseMSRP": 0.0,
  54. "tmv": 0.0,
  55. "usedTradeIn": 13409.0,
  56. "baseInvoice": 0.0
  57. },
  58. "optionTMVPrices": {
  59. },
  60. "destinationCharge": 0.0,
  61. "predictedChange": 0.0,
  62. "estimatedTmv": false,
  63. "gasGuzzlerTax": 0.0,
  64. "regionalAdjustment": {
  65. "deliveryCharges": 0.0,
  66. "tmvRecommendedRating": 0,
  67. "usedPrivateParty": 0.0,
  68. "usedTmvRetail": 0.0,
  69. "baseMSRP": 0.0,
  70. "tmv": 0.0,
  71. "usedTradeIn": 0.0,
  72. "baseInvoice": 0.0
  73. },
  74. "incentivesAndRebates": 0.0,
  75. "certifiedUsedPrice": 0.0
  76. }
  77. },
  78. ...
  79. }
  80. }