Compatibility
Compatible Vehicles
Learn how Smartcar determines vehicle compatibility and how to access compatibility data for your application.
GET
Smartcar compatibility reflects which vehicles are compatible with specific signals and commands, updated dynamically based on real activity across the Smartcar platform.
Browsing Compatibility Data
The most convenient way to explore compatibility is through our website, where you can browse and download a CSV of the full dataset:Compatible Vehicles
Look up which vehicles support which signals and commands, filter by make or region, and export the full matrix as a CSV.
Accessing Compatibility Data Programmatically
If your application needs to consume this data dynamically, use the endpoint above.Query Parameters
Filter vehicles by market region. Omit to return all regions.
Filter vehicles by manufacturer (case-insensitive). Example:
TESLA, BMW, FORD. Omit to return all makes.Filter vehicles by powertrain type. Omit to return all types.
Response Schema
The response follows JSON:API format with adata array of vehicle compatibility entries, pagination metadata, and a self link.
Data Item
Each item in thedata array represents a unique vehicle make/model/powertrain/region combination.
*HEV (Hybrid Electric Vehicle) powertrain types are designated as
ICE in Smartcar API responses.
Capability Object
Each capability inattributes.capabilities describes a signal or command the vehicle supports.
Pagination Metadata
Error Handling
Error responses follow the Smartcar error format:
How Compatibility is Determined
Smartcar compatibility data is generated dynamically from real vehicle connections and API requests across the platform. When we mark a vehicle as compatible with a specific signal, it means we have confirmed successful requests to that signal on that vehicle. Because this data is based on platform activity:- Unlisted vehicles — If a particular make, model, or year is not listed, it may be because we have not yet seen one connected to our platform, or we do not yet have sufficient data to determine compatibility.
- Dynamic updates — The dataset is updated daily as new vehicles connect and new data flows through the platform.
While we strive for accuracy and comprehensiveness, it is important to acknowledge that the functional capabilities of individual vehicles can exhibit variability. Even if we have confirmed a particular make, model, and year as compatible with a specific signal, a slight trim variation could cause the same vehicle to not be compatible.

