List of Manufacturers

This is just list of all automobile manufacturers presented in our database.

Screenshot source: wheel-size.com, at the bottom of the page

name can be used to display manufacturer as human-readable string
slug should be used in api calls whenever make query parameter is used, e.g. in /models/ API method.

GET /v1/makes/ HTTPS/1.1
Host: api.wheel-size.com

[
    {
        "slug": "acura",
        "name": "Acura"
    },
    {
        "slug": "alfa-romeo",
        "name": "Alfa Romeo"
    },
    {
        "slug": "aston-martin",
        "name": "Aston Martin"
    },
    {
        "slug": "audi",
        "name": "Audi"
    },
    ...
]