Api documentation

Api documentation

Get Rating Details by Style ID

Content: Letter Grade Rating
 
 
v2
 
 

Sample Request

Get Rating Details Review for Style 200443446.

URL

  1. https://api.edmunds.com/api/vehicle/v2/styles/200443446/grade?fmt=json&api_key={api_key}

Response

  1. {
  2. "make": {
  3. "id": 200001444,
  4. "name": "Honda",
  5. "niceName": "honda"
  6. },
  7. "model": {
  8. "id": "Honda_Civic",
  9. "name": "Civic",
  10. "niceName": "civic"
  11. },
  12. "style": {
  13. "id": 200443446,
  14. "name": "EX 4dr Sedan (1.8L 4cyl 5A)",
  15. "submodel": {
  16. "body": "Sedan",
  17. "modelName": "Civic Sedan",
  18. "niceName": "sedan"
  19. },
  20. "trim": "EX"
  21. },
  22. "year": {
  23. "id": 200442557,
  24. "year": 2013
  25. },
  26. "id": 1,
  27. "grade": "A",
  28. "date": "3/26/2013",
  29. "summary": "The refreshed Civic is particularly notable for its redesigned cabin. The use of soft-touch materials, sound-deadening and suspension mods to smooth the ride are class-leading. Add an extended list of standard equipment and suddenly, the Civic is back at the head of the class.",
  30. "ratings": [
  31. {
  32. "title": "Performance",
  33. "grade": "B",
  34. "score": 8,
  35. "summary": "The Mazda 3 has long been the driver's choice in the compact segment. But this iteration of Civic gives it the most challenge it's seen in some time.",
  36. "subRatings": [
  37. {
  38. "title": "Acceleration",
  39. "grade": "C",
  40. "score": 6,
  41. "summary": "The 140-horsepower, 1.8-liter four-cylinder has just enough power for most commuting action. The automatic makes do with 5 gears in an era of 6-speeds, and can't be shifted manually. "
  42. },
  43. {
  44. "title": "Braking",
  45. "grade": "C",
  46. "score": 6,
  47. "summary": "The Civic required 130 feet to reach a stop from 60 mph. That's a bit below average for the compact class. "
  48. },
  49. ...
  50. {
  51. "title": "Driveability",
  52. "grade": "B",
  53. "score": 7.5,
  54. "summary": "Around town, the Civic met all of our needs as a comfy daily driver. The sportily tuned steering and suspension added a dash of fun to the mix, even though it's low on usable power."
  55. }
  56. ]
  57. },
  58. ...
  59. {
  60. "title": "Fun To Drive",
  61. "grade": "A",
  62. "score": 8.5,
  63. "summary": "Steering and suspension tweaks from the previous Civic really show in the sense that they make this Honda fun to drive. It's a quality rare to this breed of car."
  64. "subRatings": [
  65. {
  66. "title": "Driving Experience",
  67. "grade": "B",
  68. "score": 7.5,
  69. "summary": "The Civic's steering and suspension are up to the task of keeping things fun. New offerings from Dodge and Kia have noticeably quicker acceleration in the real world."
  70. },
  71. {
  72. "title": "Personality",
  73. "grade": "B",
  74. "score": 8,
  75. "summary": "Lively handling breathes personality into the Civic, keeping it from being just another run-of-the-mill compact sedan. A more powerful engine would be icing on the cake. "
  76. }
  77. ]
  78. }
  79. ]
  80. }