Vehicle Ownership Cost

FREEMIUM
By AI Touch | Updated vor 9 Stunden | Search
Popularity

9.4 / 10

Latency

2,611ms

Service Level

93%

Health Check

N/A

README

With GET parameters:

PARAMETER DESCRIPTION REQUIRED EXAMPLE
vin The vehicle identification number Yes 5UXKR0C58JL074657
state_code State Code Yes AL
PARAMETER DESCRIPTION REQUIRED EXAMPLE
license_plate License plate number Yes S8TAN
state_code State Code Yes AL

Response attributes:

PARAMETER DESCRIPTION EXAMPLE
mileage_start The current mileage of the vehicle ,default value: -1 75000
mileage_year The estimated yearly mileage of the vehicle ,default value: 15000 15000
vehicle The vehicle title (Year, Make, Model, Trim) 2018 BMW X5 (XDrive35i)
depreciation_cost The estimated yearly depreciation cost 6597, 3167, 2771, 2507 ,2243
insurance_cost The estimated yearly insurance cost 2119, 2193, 2270, 2349, 2432
fuel_cost The estimated yearly fuel cost 2229, 2295, 2376, 2471 , 2582
maintenance_cost The estimated yearly maintenance cost 2290, 2024, 1400, 2003 , 2074
repairs_cost The estimated yearly repairs cost 831, 1004, 1142, 1264 , 1460
total_cost The estimated yearly total cost 14066, 10684, 9959, 10594 , 10791
total_cost_sum The estimated overall total cost over the next 5 years 56093

Success

{
  "service": "voc",
  "date": "05/19/2023 04:49:25 AM",
  "vin": "5UXKR0C58JL074657",
  "status": "SUCCESS",
  "vehicle": "2018 BMW X5 (XDrive35i)",
  "mileage_start": 75000,
  "mileage_year": 75000,
  "depreciation_cost": [
    6597,
    3167,
    2771,
    2507,
    2243
  ],
  "insurance_cost": [
    2119,
    2193,
    2270,
    2349,
    2432
  ],
  "fuel_cost": [
    2229,
    2295,
    2376,
    2471,
    2582
  ],
  "maintenance_cost": [
    2290,
    2024,
    1400,
    2003,
    2074
  ],
  "repairs_cost": [
    831,
    1004,
    1142,
    1264,
    1460
  ],
  "fees_cost": [
    0,
    0,
    0,
    0,
    0
  ],
  "total_cost": [
    14066,
    10684,
    9959,
    10594,
    10791
  ],
  "total_cost_sum": 56093
}

Failed

{
  "service": "voc",
  "date": "05/19/2023 05:14:38 AM",
  "vin": "5UXKR0C58JL07465",
  "code": "400",
  "status": "FAILED",
  "message": "invalid vin."
}
Followers: 1
API Creator:
Rapid account: AI Touch
AI Touch
dominonet-lTpEE6zONeS
Log In to Rate API
Rating: 5 - Votes: 1