Current Owner Average Km Usage
Retrieve an annualised estimate of vehicle mileage for the current owner. The format of the text/xml response can be seen in the average-usage-1.0.xsd schema.
Current version: 1.0
Example URL: https://robot.motorweb.co.nz/b2b/averageusage/generate/1.0?plateOrVin=123ABC
plateOrVin
: The plate or vin of the vehicle.
Example XML output (some data redacted "xxxx")
<vehicle-usage version="1.0" vehicle-id="-xxxx" billing-user="xxxx" id="-xxxx" reference="xxxx" timestamp="2024-09-24T13:40:21.089" user="xxxx">
<estimate>
<annual-kms available="true" value="2418">2,418</annual-kms>
</estimate>
<vehicle>
<year>2021</year>
<make>Tesla</make>
<model>Model 3 Standard Range Plus</model>
</vehicle>
</vehicle-usage>
Note that MotorWeb can provide a prediction of the mileage as it is today based on historical odometer readings via the odo_predict
feature of our Vehicle Search API.
Last updated