Introduction
Returns vehicle specifications and harness installation compatibility for vehicles matching the given make, model, and year.
Parameters

apiKey

The active API Key.

deviceModels

An optional list of device types to narrow down harness compatibility results by

includeEngineDataSupport

When true, each result includes engine support details: OBD protocol coverage percentages, harness compatibility data, and top-requested diagnostic features. When false, engine-related fields are omitted.

make

Vehicle make

model

Vehicle model

sessionId

The active session ID.

year

Vehicle year
Return value
A list of ApiMinedVehicleData matching the specified make, model, and year, each with harness compatibility data and optionally engine support details.
Code samples

Loading API Runner...