Skip to main content

Get the average value of a vehicle

GET 

/v1/vehicles/estimate

Get the average value of a vehicle

Request

Query Parameters

    model integerrequired

    ID of the Model of the vehicle

    year integerrequired

    Year of manufacture of the vehicle

    currency stringrequired

    Currency code for the valuation

Responses

OK

Schema
    brand string

    Brand of the vehicle

    model string

    Model of the vehicle

    year integer

    Year of manufacture of the vehicle

    locallyUsedAverage number

    Average value of the vehicle in locally used condition

    locallyUsedMin number

    Minimum value of the vehicle in locally used condition

    locallyUsedMax number

    Maximum value of the vehicle in locally used condition

    foreignUsedAverage number

    Average value of the vehicle in foreign used condition

    foreignUsedMin number

    Minimum value of the vehicle in foreign used condition

    foreignUsedMax number

    Maximum value of the vehicle in foreign used condition

    yearDiscontinued integer

    Year the model was discontinued, or 0 if still produced

Loading...