BVI (Basic Vehicle Information)

The result is the same as the Motor check except no owner information or alerts are returned.

API Details

GET /b2b/bvi/generate/4.0

Current Version: 4.0

Environments

The following are the Base URLs for the environments available. Each environment will require its own

Environment
Base URL

Headers

Name
Value

Content-Type

application/xml

Body

No request body required.

Response

<vir vehicle-id="-xxxx" billing-user="xxxx" id="-321580664" reference="xxxx" timestamp="2024-09-24T08:48:15.899" user="xxxx">
  <vir-analysis version="4.0">
    <vehicle>
      <registration>
        <first-registration-date-in-new-zealand value="2021-09-23">23-Sep-2021</first-registration-date-in-new-zealand>
        <registration-status code="A">Active</registration-status>
        <cause-of-last-registration code="N">New</cause-of-last-registration>
        <registered-overseas value="false">No</registered-overseas>
        <last-registration-date value="2021-09-23">23-Sep-2021</last-registration-date>
      </registration>
      <licence>
        <expiry-date value="2025-09-22">22-Sep-2025</expiry-date>
        <licence-type code="L">Licence</licence-type>
        <issue-date value="2024-09-17">17-Sep-2024</issue-date>
        <issue-time value="11:10:00+12:00">11:10</issue-time>
        <continuous value="true">Yes</continuous>
      </licence>
      <wof>
        <last-inspection-date value="2024-09-17">17-Sep-2024</last-inspection-date>
        <last-inspection-result code="P">Passed</last-inspection-result>
        <expiry-date value="2025-09-23">23-Sep-2025</expiry-date>
        <is-subject-to value="true">Yes</is-subject-to>
      </wof>
      <cof>
        <is-subject-to value="false">No</is-subject-to>
      </cof>
      <ruc data-retrieved="false">
        <is-subject-to value="true">Yes</is-subject-to>
      </ruc>
      <year-of-manufacture value="2021">2021</year-of-manufacture>
      <make>Tesla</make>
      <model>Model 3 Standard Range Plus</model>
      <mvr-model>MODEL 3</mvr-model>
      <body-style code="SL">Sedan</body-style>
      <vehicle-type code="7">Passenger Car/Van</vehicle-type>
      <vin>LRW3F7FJ7MC328537</vin>
      <engine-number>TG321203002FY3</engine-number>
      <main-colour>SILVER</main-colour>
      <power unit="KW" value="195">195</power>
      <country-of-origin code="CHN">China</country-of-origin>
      <assembly-type code="1">Imported Built-Up</assembly-type>
      <gross-vehicle-mass unit="Kg" value="2060">2,060</gross-vehicle-mass>
      <number-of-seats value="5">5</number-of-seats>
      <fuel-type code="5">Electric</fuel-type>
      <max-rated-towed-mass-for-unbraked-trailer unit="Kg" value="750">750</max-rated-towed-mass-for-unbraked-trailer>
      <max-rated-towed-mass-for-braked-trailer unit="Kg" value="910">910</max-rated-towed-mass-for-braked-trailer>
      <number-of-axles value="2">2</number-of-axles>
      <axle-type code="2">2-Axle</axle-type>
      <wheelbase unit="mm" value="2875">2,875</wheelbase>
      <vehicle-usage code="1">Private Passenger</vehicle-usage>
      <odometer-unit code="K">Km</odometer-unit>
      <plate current="true" past-plate="0">
        <plate-number>NSD465</plate-number>
        <plate-type code="ST">Standard</plate-type>
        <effective-date value="2021-09-23">23-Sep-2021</effective-date>
      </plate>
      <odometer-reading latest="true">
        <reading value="7230">7,230</reading>
        <reading-date value="2024-09-17">17-Sep-2024</reading-date>
        <reading-unit code="K">Km</reading-unit>
        <source code="IW">Warrant of Fitness Inspection</source>
      </odometer-reading>
      <transmission>
         <type code="A" has-gears="true">Automatic</type>
      </transmission>
      <model-code>M3E1RB5CH;</model-code>
      <model-variant>0</model-variant>
      <sub-model-spec>50KWH/EV/RWD/FD/SL/4DR/5S</sub-model-spec>
    </vehicle>
  </vir-analysis>
</vir>

Example URL

https://robot.motorweb.co.nz/b2b/bvi/generate/4.0?plateOrVin=ABC123

Last updated