Api documentation

Api documentation

Get Total Count of Car Makes/Brands v3

Spec: Make
 
 
v3 v2
 
 

Sample Request 1

Get the total amount of car makes in the system

URL

  1. https://api.edmunds.com/api/vehicle/v3/makes/count?api_key={api key}

Response

  1. {
  2. "makes": [
  3. {
  4. "modelsCount":15,
  5. "niceName":"hyundai"
  6. },
  7. {
  8. "modelsCount":23,
  9. "niceName":"chevrolet"
  10. },
  11. {
  12. "modelsCount":7,
  13. "niceName":"volvo"
  14. },
  15. {
  16. "modelsCount":6,
  17. "niceName":"jeep"
  18. },
  19. {
  20. "modelsCount":9,
  21. "niceName":"mazda"
  22. },
  23. {
  24. "modelsCount":2,
  25. "niceName":"mclaren"
  26. },
  27. {
  28. "modelsCount":9,
  29. "niceName":"mitsubishi"
  30. },
  31. {
  32. "modelsCount":8,
  33. "niceName":"kia"
  34. },
  35. {
  36. "modelsCount":20,
  37. "niceName":"audi"
  38. },
  39. {
  40. "modelsCount":2,
  41. "niceName":"ferrari"
  42. },
  43. {
  44. "modelsCount":20,
  45. "niceName":"bmw"
  46. },
  47. {
  48. "modelsCount":9,
  49. "niceName":"acura"
  50. },
  51. {
  52. "modelsCount":8,
  53. "niceName":"ram"
  54. },
  55. {
  56. "modelsCount":13,
  57. "niceName":"cadillac"
  58. },
  59. {
  60. "modelsCount":5,
  61. "niceName":"buick"
  62. },
  63. {
  64. "modelsCount":1,
  65. "niceName":"fisker"
  66. },
  67. {
  68. "modelsCount":3,
  69. "niceName":"chrysler"
  70. },
  71. {
  72. "modelsCount":1,
  73. "niceName":"lotus"
  74. },
  75. {
  76. "modelsCount":6,
  77. "niceName":"mini"
  78. },
  79. {
  80. "modelsCount":23,
  81. "niceName":"ford"
  82. },
  83. {
  84. "modelsCount":15,
  85. "niceName":"volkswagen"
  86. },
  87. {
  88. "modelsCount":13,
  89. "niceName":"infiniti"
  90. },
  91. {
  92. "modelsCount":3,
  93. "niceName":"fiat"
  94. },
  95. {
  96. "modelsCount":5,
  97. "niceName":"scion"
  98. },
  99. {
  100. "modelsCount":9,
  101. "niceName":"dodge"
  102. },
  103. {
  104. "modelsCount":7,
  105. "niceName":"bentley"
  106. },
  107. {
  108. "modelsCount":1,
  109. "niceName":"smart"
  110. },
  111. {
  112. "modelsCount":4,
  113. "niceName":"jaguar"
  114. },
  115. {
  116. "modelsCount":4,
  117. "niceName":"rollsroyce"
  118. },
  119. {
  120. "modelsCount":12,
  121. "niceName":"honda"
  122. },
  123. {
  124. "modelsCount":1,
  125. "niceName":"tesla"
  126. },
  127. {
  128. "modelsCount":12,
  129. "niceName":"gmc"
  130. },
  131. {
  132. "modelsCount":23,
  133. "niceName":"toyota"
  134. },
  135. {
  136. "modelsCount":8,
  137. "niceName":"subaru"
  138. },
  139. {
  140. "modelsCount":3,
  141. "niceName":"maserati"
  142. },
  143. {
  144. "modelsCount":22,
  145. "niceName":"nissan"
  146. },
  147. {
  148. "modelsCount":18,
  149. "niceName":"lexus"
  150. },
  151. {
  152. "modelsCount":1,
  153. "niceName":"saab"
  154. },
  155. {
  156. "modelsCount":4,
  157. "niceName":"suzuki"
  158. },
  159. {
  160. "modelsCount":5,
  161. "niceName":"lincoln"
  162. },
  163. {
  164. "modelsCount":5,
  165. "niceName":"porsche"
  166. },
  167. {
  168. "modelsCount":5,
  169. "niceName":"landrover"
  170. },
  171. {
  172. "modelsCount":16,
  173. "niceName":"mercedesbenz"
  174. },
  175. {
  176. "modelsCount":6,
  177. "niceName":"astonmartin"
  178. },
  179. {
  180. "modelsCount":2,
  181. "niceName":"lamborghini"
  182. },
  183. {
  184. "modelsCount":3,
  185. "niceName":"maybach"
  186. }
  187. ],
  188. "makesCount":46
  189. }