Name Difficulty Parts Cost Labor Cost Additional Cost Total Cost
Replace ABS Modulator Assembly $790.07 $195.04 $25.00 $1,010.12

Get Predicted Repair (GET)

Get predicted repair reports. Predicted repair reports are reports of possible upcoming issues for that vehicle. The report contains the likelyhood needing that repair occurring within the next 12 months.

http://api.carmd.com/v3.0/upcoming?vin=1GNALDEK9FZ108495&mileage=51000

http://api.carmd.com/v3.0/upcoming?year=2015&make=CHEVROLET&model=EQUINOX&mileage=51000

Response:

          {
  "message":{...},
  "data":[{
    "desc":"Replace ABS Modulator Assembly",
    "probability":0.57,
    "hours":1.96,
    "part_cost":790.075,
    "labor_cost":195.048,
    "misc_cost":25.0,
    "total_cost":1010.123
  },  {
    "desc":"Replace Variable Valve Timing (VVT) Solenoid",
    "probability":0.19,
    "hours":0.6,
    "part_cost":58.21,
    "labor_cost":63.82,
    "misc_cost":25.0,
    "total_cost":147.03
  },{...}]
}