Warranty Status

This vehicle is NOT currently covered. All warranties have expired. Below is your default warranty information. This excludes any additional warranty coverage you may have purchased.

Basic new car
warranty
3 years

Powertrain
warranty
5 years

Federal emissions
warranty
8 years

Get Vehicle Warranty (GET)

Get warranty information of vehicle.

http://api.carmd.com/v3.0/warranty?vin=1GNALDEK9FZ108495

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

Response:

          {
  "message":{...},
  "data":[ {
    "type":"Federal Emissions",
    "criteria":"8 year / 100,000 miles ",
    "note":" ",
    "max_miles":100000,
    "max_year ":8,
    "transferable":true
  },{
    "type":"Basic",
    "criteria":"3 year / 36,000 miles",
    "note":"",
    "max_miles":36000,
    "max_year ":3,
    "transferable":true
  },{...}]
}