Vehicle lookup

The lookupVehicle GraphQL query can be used to lookup information about a vehicle.

Supported countries:

  • GB

Example query:

lookupVehicle(country: GB identifier: "ML07CDN") {
    make
    model
    firstRegistered
    co2Emissions
    fuel
    odometerReadings {
      date
      reading
      unit
    }
  }

Last updated