Year → make → model
Progressive lookup endpoints keep each request scoped to a valid parent selection.
The complete rollout
Car List API now brings data discovery, VIN decoding, access control, usage visibility and developer support into one connected platform.
Automotive data
Navigate dependent vehicle attributes in a reliable order, or start from the specification that matters to your experience.
Progressive lookup endpoints keep each request scoped to a valid parent selection.
Resolve detailed variants before requesting the final vehicle ID and complete record.
Explore available body styles, then narrow years and makes against the selected style.
Build discovery flows around fuel type, drive type and related makes or models.
Request normalized specifications by UUID after resolving the intended vehicle.
Return a make logo URL alongside vehicle data when an asset is available.
{
"id": "9f55fd34-a206-4507-b1ee-6eb2eb9fab35",
"type": "Automotive",
"year": "2026",
"make": "Chevrolet",
"model": "Trailblazer",
"subModel": "LT",
"trim": "LT Sport Utility 4-Door",
"engineLiter": "1.3L",
"engine": "1.3L 1349CC 83Cu. In. l3 GAS DOHC Turbocharged",
"bodyStyle": "Sport Utility",
"engine_cylinders": "3",
"cylinder_type": "DOHC",
"engine_cc": "1349",
"drive_type": "AWD",
"fuel_type": "GAS",
"number_doors": "4",
"diaplay_name": "Chevrolet Trailblazer 2026 LT",
"aspiration": "Turbocharged",
"makeLogoUrl": "https://carlistapi.com/assets/img/car-logos/chevrolet.png"
}
Powersports data
Powersports has its own endpoints and domain flow, including vehicle-type filtering for catalogs that span multiple categories.
VIN Decoder Beta
The new VIN workflow validates input, understands provider-declared failures and tracks successful usage against your plan’s separate decode allowance.
Review the API contractVINs are normalized and rejected before a provider request when the format is invalid.
An upstream HTTP 200 is not treated as success when the provider reports a decode problem.
Available vehicle fields stay available without fabricating data that the VIN could not resolve.
Atomic reservations keep concurrent requests from exceeding the configured monthly allowance.
Developer platform
Understand your usage, manage access and keep up with the platform from a redesigned workspace.
API calls, VIN decodes, reset dates and recent activity in one view.
Allowed IPs, expirations, renewals and clear credential lifecycle actions.
Keyboard-first documentation search, examples and structured endpoint guidance.
Announcements, changelog, resources and a public knowledge base.
See the data path for yourself