Vehicle
Total Cost of Ownership Data
Get the total cost of ownership for a vehicle.
Overview
The Total Cost of Ownership (TCO) API provides detailed information on the estimated costs of owning a vehicle, including taxes, fees, and other expenses, based on a given VIN.
Capabilities | Description |
---|---|
Estimate Total Cost | Retrieve the total cost of ownership for a vehicle based on the VIN. |
View Costs by Year | Get the costs associated with owning the vehicle for each year of ownership. |
Detailed Breakdown | View a detailed breakdown of the costs, including taxes, fees, and other expenses. |
{
"vehicle": {
"vin": "3TYSZ5AN8PT104981",
"year": "2023",
"make": "Toyota",
"model": "Tacoma"
},
"zip": "55414",
"tco": {
"total": {
"taxesAndFees": 4435
...
},
"years": {
"1": {
"taxesAndFees": 3479
...
}
...
}
}
}
Next Steps
Review the API reference & Guide for the Total Cost of Ownership API.