Api documentation

Api documentation

Spec: Model

Spec Model
 
 
v3 v2
 
 

Sample Request

Get A List of Models for Honda.

URL

  1. https://api.edmunds.com/api/vehicle/v3/models?api_key={api key}&makeNiceName=honda

Response

  1. {
  2. "totalNumber": 23,
  3. "totalPages": 3,
  4. "results": [
  5. {
  6. "id": "Honda_Clarity",
  7. "makeId": 200001444,
  8. "makeName": "Honda",
  9. "makeNiceName": "honda",
  10. "makeNiceId": "honda",
  11. "name": "Clarity",
  12. "niceName": "clarity",
  13. "adTargetId": "clarity",
  14. "niceId": "clarity",
  15. "modelLinkCode": "M170016",
  16. "make": {
  17. "id": 200001444,
  18. "href": "/api/vehicle/v3/makes?id=200001444"
  19. },
  20. "modelYears": [
  21. {
  22. "id": 401784083,
  23. "name": "2019",
  24. "year": 2019,
  25. "publicationStates": [
  26. "NEW_USED"
  27. ],
  28. "href": "/api/vehicle/v3/modelYears?id=401784083"
  29. },
  30. ...
  31. ],
  32. "attributeGroups": {
  33. "MAIN": {
  34. "id": 1,
  35. "name": "MAIN",
  36. "properties": {
  37. "USE_IN_NEW": "Y",
  38. "EPI_CATEGORY_ID": "14",
  39. ...
  40. },
  41. "attributes": {
  42. "USE_IN_NEW": {
  43. "id": 10,
  44. "name": "USE_IN_NEW",
  45. "value": "Y"
  46. },
  47. "EPI_CATEGORY_ID": {
  48. "id": 730,
  49. "name": "EPI_CATEGORY_ID",
  50. "value": "14"
  51. },
  52. ...
  53. }
  54. }
  55. },
  56. "categories": {
  57. "PRIMARY_BODY_TYPE": [
  58. "Car"
  59. ],
  60. ...
  61. },
  62. "categoryValues": [
  63. "N/A",
  64. ...
  65. ],
  66. "publicationStates": [
  67. "USED",
  68. "NEW_USED",
  69. "NEW"
  70. ]
  71. },
  72. ...
  73. ]
  74. }