Detailed Info About Model

Here you can find list of model generations and ranges of tire and rim parameters matching this model.

GET /v1/models/chevrolet/aveo/ HTTPS/1.1
Host: api.wheel-size.com

{
    "make": {
        "slug": "chevrolet",
        "name": "Chevrolet"
    },
    "model": {
        "slug": "aveo",
        "name": "Aveo"
    },
    "year": null,
    "years": [
        2015,
        2014,
        2013,
        2012,
        2011,
        2010,
        2009,
        2008,
        2007,
        2006,
        2005,
        2004,
        2003
    ],
    "generations": [
        {
            "name": "II",
            "bodies": [
                {
                    "title": "Saloon",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/cedd767a.jpg"
                },
                {
                    "title": "Hatchback, 5d",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/a369e4c0.jpg"
                }
            ],
            "start_year": 2012,
            "end_year": 2016,
            "years": [
                2015,
                2014,
                2013,
                2012
            ]
        },
        {
            "name": "I Restailing",
            "bodies": [
                {
                    "title": "Hatchback, 5d",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/099c0c5b.jpg"
                },
                {
                    "title": "Hatchback, 3d",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/d8d59ec9.jpg"
                },
                {
                    "title": "Saloon",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/b0dcf5c6.jpg"
                }
            ],
            "start_year": 2006,
            "end_year": 2012,
            "years": [
                2012,
                2011,
                2010,
                2009,
                2008,
                2007,
                2006
            ]
        },
        {
            "name": "I",
            "bodies": [
                {
                    "title": "Hatchback, 5d",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/c991b0ab.jpg"
                },
                {
                    "title": "Saloon",
                    "image": "https://automobile-assets.s3.amazonaws.com/automobile/body/c15c3bc0.jpg"
                }
            ],
            "start_year": 2003,
            "end_year": 2008,
            "years": [
                2008,
                2007,
                2006,
                2005,
                2004,
                2003
            ]
        }
    ],
    "tires": {
        "aspect_ratio": {
            "units": "%",
            "max": 80,
            "min": 50
        },
        "diameter": {
            "units": "in",
            "max": 17,
            "min": 13
        },
        "tire_size": {
            "max": "205/80 R17",
            "min": "175/50 R13"
        },
        "width": {
            "units": "mm",
            "max": 205,
            "min": 175
        }
    },
    "rims": {
        "4x100": {
            "diameter": {
                "units": "in",
                "max": 15,
                "min": 13
            },
            "offset": {
                "units": "mm",
                "max": 45.0,
                "min": 40.0
            },
            "width": {
                "units": "in",
                "max": 6.5,
                "min": 5.5
            }
        },
        "5x105": {
            "diameter": {
                "units": "in",
                "max": 17,
                "min": 14
            },
            "offset": {
                "units": "mm",
                "max": 41.5,
                "min": 39.0
            },
            "width": {
                "units": "in",
                "max": 6.5,
                "min": 5.5
            }
        }
    }
}

make and model fields have exactly the same sence as in /makes/ and /models/ API methods.
years list consists of all production years of the model.
Each generation is described by name, list of bodies (with small image for each body!) and list of production years.

Wheel General Info from the right column is described by tires and rims fields. They contains ranges for most principal characteristics (rims parameters are also grouped by bolt patterns). Each characteristic consists of measurement units, minimal and maximal values among all years and all wheels that could fit this model.