Ideavate Developer Hub
  • Guides
    • Getting Started
      • Access Token Issuance
      • Using GraphQL
      • Example GraphQL Queries
    • Open Utilities API
      • Introduction
      • Consent and credential sharing
      • Access levels
      • Data update notifications
      • Using Auth Link
    • Data APIs
      • QR code parser
      • Vehicle lookup
  • API Reference
    • Auth Link API
      • Security
      • GET /link
      • POST /token
      • GET /status
    • GraphQL API
      • Authentication
      • Data Model
      • GET or POST /graphql
      • Error Handling
      • Webhooks
  • GraphQL Explorer
Powered by GitBook
On this page
  1. Guides
  2. Data APIs

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
    }
  }
PreviousQR code parserNextAuth Link API

Last updated 2 years ago