Introduction

Welcome to the official documentation for Vehicle Databases. Vehicle Databases Automotive APIs provide seamless access to comprehensive vehicle information, offering businesses a robust foundation for automotive-related websites and applications.

Our suite of APIs empowers developers, businesses, and overall automotive industry to harness the full potential of vehicle data. Whether your requirements involve VIN decoding, access to auction data, access to sales history records, or market value of cars, or utilization of OCR services, or any other vehicle-related data & technology, our APIs are meticulously designed to simplify and optimize your processes. We stand committed to providing a seamless and efficient solution to meet the diverse needs of your business within the automotive landscape. As you peruse this documentation, anticipate a rich source of knowledge that will facilitate the effortless integration of these APIs.


  • Version: 2.7
  • Updated on: March 30 2024

Changelog

    March 2024

    • Added VIN report with auction API.
    • Added Premium Plus VIN decode API.
    • Fix Premium plus VIN decode response PDF download.
    • Added support for retrieving market value data by state and mileage in the Market Value APIs.

    February 2024

    • Introduced Europe VIN decode version 2 API.

    January 2024

    • Update the Unused Trial email notification subjects.
    • Connect MS Clarity to the VDB.
    • Add the Maintenance by VIN API
    • Add the Repairs by VIN API

    December2023

    • Added VIN report with Auction HTML API.
    • Introduced market value by vin and market value by YMM Version 2 APIs.
    • Create an HTML configuration form on the User profile page to be used on the HTML APIs template.

    November 2023

    • Implement a company logo upload option on the Profile page.
    • Added VIN report HTML API.

    October 2023

    • Introduced a Custom Development Offer with a request Custom Quote option for users who are interested in development services.
    • Updated the checkout process for a smoother user experience.
    • Added a new plans page “My Plan” to provide users with detailed plan information about active plans.
    • Updated the Packages & Payments page for clarity and improved presentation.
    • Implemented invoice feature support for seamless billing, users can view invoices from payments page.
    • Integrated various updates for enhanced performance and functionality.

    September 2023

    • Added classic VIN decoder API to expand VIN decoding capabilities.
    • Removed auto-decline of I/O/Q in VIN inputs for improved flexibility.
    • Introduced premium plus VIN decode Version 2 API, enhancing the decoding process.
    • Implemented updates for enhanced performance and functionality.

    August 2023

    • Added UK License Decode API.
    • Added live chat support.

    June 2023

    • Updated Electric Vehicle API output template.
    • Added the Vehicle Media API.
    • Added the Title Check API.

    May 2023

    • Added Whatsapp contact.
    • Updated Navigations.
    • Added Electric Vehicle API.

    April 2023

    • Implemented Prepaid feature “Pay As You Go” in “Packages”.
    • Integrated and updated email flows for account-related notifications.
    • Introduced subscription cancellation, effective from the next billing period.
    • Added cron job endpoint for evaluating and sending Top up notifications.
    • Implemented Upcoming Invoice feature for improved billing transparency- to be seen inside the dashboard and application “upcoming invoice” page.
    • Updated Dashboard layout for a more user-friendly experience.
    • Added Overage section on Dashboard for monitoring usage beyond allocated limits.
    • Enhanced VIN validation for Sales History and Auction to accommodate classic VINs, the APIs will take 5-14 characters VINs during testing inside the app.
    • Created VIN suggestion API template and integrated an API.

    January 2023

    • Added Market Value API with Year, Make, and Model (YMM) feature.
    • Created public API endpoints for Year, Make, Model, and Trim information.
    • Expanded signup form to include phone codes.
    • Integrated phone code functionality on the profile page.
    • Implemented user signup action logging.
    • Implemented public APIs with endpoints for Year, Make, Model, and Trim data retrieval.

    December 2022

    • Introduced Recalls, Services, and Maintenance APIs.
    • Enhanced API call error customization to differentiate between Out of Quota and other errors.
    • Implemented an optional VIN report feature for tailored user preferences.
    • Integrated API interest selection during the signup process for personalized user experience.
    • Update query parameters passage. Based on release updates from Vue Router.
    • Streamlined the payment section to display only permitted APIs.
    • Restricted the updating of email addresses from the profile page for security measures.
    • Expanded the signup form to capture additional information, including the number of API calls of interest, phone number, company name, and company website.
    • Enhanced the dashboard to display rollover credits as available.
    • Updated the logo for a refreshed visual identity.
    • Improved License OCR Decode to support functional images.
    • Modified the language in the vehicle report usage verification section from "Vehicle was not Used" to "No problem found!" for clarity.

    November 2022

    • Improved License OCR to exclusively return license and state details.
    • Added Buildsheet API for comprehensive automotive data retrieval.
    • Enhanced License Decode with state codes and descriptions.
    • Upgraded License OCR Decode for functional image support.
    • Updated VIN Report Event Icon for visual refinement.
    • Enhanced Dashboard with informative messages for user guidance.

    October 2022

    • Initial release

API Architecture

The Vehicle Databases API follows a RESTful architecture and employs secure HTTPS for communication. Its endpoints are designed with intuitive, resource-oriented URLs. It accepts request data in JSON format, and its responses are also formatted in JSON. The API adheres to standard HTTP response codes, employs authentication mechanisms, and utilizes standard HTTP verbs for interaction.

Base URL

The documentation references all API endpoint URLs with a common base: https://api.vehicledatabases.com

Authorization Key

To access the API, an authentication key is required. This key is provided upon signup or package purchase, ensuring secure and authorized access to the API's features.

Request Type and HTTP Response Status Codes

Request Type

All requests and responses made to Vehicle Databases follow the application/json content type standard. This ensures a consistent and structured approach to data exchange between your application and our API.

  • GET request is designed to retrieve comprehensive information about an account object without causing any modifications or alterations to the account itself. This request is purely for data retrieval.

  • POST serves as a mechanism for sending a data object to the Vehicle Databases server, enabling the execution of a predefined operation. By utilizing this request, you can provide the necessary data input to trigger specific actions or processes within the system.

HTTP Response Status Codes

Vehicle Databases uses standard HTTP response status codes to convey the outcome of your requests. These status codes help you understand the success or failure of your API interactions. Below is a summary of the most common status codes you may encounter:

Status Type Description
200 Successful Request
400 Bad Request – Invalid request format
401 Unauthorized – Invalid API Key
402 Request Failed
403 Forbidden – You do not have access to the requested resource
404 Not Found
409 Conflict
429 Too Many Requests
500, 502, 503, 504 Internal Server Error

Responses

At Vehicle Databases, we maintain a consistent response format to ensure clarity and ease of integration. All responses from our APIs are delivered in the JSON format, and they are encoded in UTF-8.

It's important to note that the structure of the response body may vary depending on the specific endpoint you're interacting with. To provide you with the most relevant and precise information, we have described the response structure for each endpoint separately in our documentation.

Postman Collection

We've prepared a Postman collection for Vehicle Databases to simplify the process of testing and integrating with our APIs. This collection includes a set of pre-configured API requests, along with detailed descriptions and sample responses. Using Postman and our collection, you can quickly explore our API endpoints, test functionality, and jump-start your integration process.

What's Included?

  • Pre-configured Requests: The collection contains pre-configured requests for different aspects of Vehicle Databases, such as VIN decoding, auction data retrieval, sales history, and more.

  • Request Descriptions: Each request in the collection is accompanied by detailed descriptions and the required parameters.

  • Authorization Setup: We've set up the necessary authorization parameters for you, making it easy to get started with your API key.

How to Get the Postman Collection

To access and download the Vehicle Databases Postman collection, simply click on the link below:

Download Vehicle Databases Postman Collection

Getting Started with Postman

If you're new to Postman, you can download and install the Postman application from the Postman website. It's a powerful tool for API development and testing, and our collection is designed to work seamlessly with it.

Once you have Postman installed, import the downloaded collection to start exploring and testing the Vehicle Databases APIs. If you encounter any issues or have questions, don't hesitate to reach out to our support team.

Happy testing and integrating with Vehicle Databases!



Auction

Auction API comprises of information of instance of a vehicle being put up for sale through a vehicle auction in North America. The data includes the specifications of the vehicle at the time of the auction, along with all the related images for the listing.

Support: Works for all 17 digit VINs and classic (5-13 digit VINs) based on US and Canada region.

HTTP Request

GET https://api.vehicledatabases.com/auction/{vin}

GET Parameters
Parameter Required Description
VIN Yes VIN number

JSON Response

Data covered in the API includes vehicle's information including, The price for which the salvaged vehicle was sold in auction or current bid in $, Location and date of auction. Seller information, Visual explanation of the car condition when auctioned through 10+ auction images, Accident and damage records. Odometer readings at the time of auction and more.

Parameter Description
status success or error
data Includes all auction data available.

{
  "data": [
    {
      "sale_index": "sold-1",
      "price": "$2,500",
      "sale status": "Vehicle sold at this price",
      "vname": "2016 FORD ESCAPE",
      "lot-number": "Stock: Stock:",
      "car-features": {
        "Runs_Drives": "no",
        "Engine_Starts": "no",
        "Has_Keys": "yes"
      },
      "title-and-condition": {
        "Title Type": "Salvage",
        "Title Description": "new Jersey - Salvage",
        "Primary Damage": "Front End",
        "VIN": "1FMCU0G93GUB08696",
        "Common": "195 auctioned yearly"
      },
      "technical-specs": {
        "Odometer": "98,042 actual miles8,974 less than average",
        "Estimated Repair Cost": "$10,676",
        "Estimated Retail Value": "$12,509",
        "Avg. Estimated Retail Value": "$15,252",
        "Damage Ratio": "85%",
        "Estimated Winning Bid": "$3,377 - $4,127",
        "Body Style": "Sport Utility Vehicle",
        "Color": "White",
        "Engine Type": "2.0L 4 FI DOHC 16V F",
        "Fuel Type": "Gasoline",
        "Cylinders": "4",
        "Transmission": "Automatic",
        "Drive": "Front Wheel Drive",
        "City Mileage": "23 miles/gallon",
        "Delivery Charges": "$895",
        "Highway Mileage": "32 miles/gallon",
        "Standard Seating": "5",
        "Engine Size": "1.6 Liters",
        "Invoice Price": "$24,049",
        "Vehicle Style": "SUV (4-Door)",
        "Engine": "2.0L L4 DOHC 16V",
        "Made In": "United States",
        "Vehicle Size": "Compact",
        "Overall Length": "178.10 inches",
        "Steering Type": "R&P",
        "Anti-Brake System": "4-Wheel ABS",
        "Fuel Capacity": "15.5 gallon",
        "Overall Height": "66.30 inches",
        "Doors": "4",
        "Curb Weight": "3515",
        "Trim": "SE",
        "Overall Width": "72.40 inches",
        "Transmission Gears": "6",
        "MSRP": "$25,790"
      },
      "sale-date-location": {
        "Seller Type": "Insurance Company",
        "Seller Name": "Progressive Casualty Insurance",
        "Auction Date": "January 21, {year} 2:00 PM CST",
        "Location": "Southern new Jersey, NJ"
      },
      "listing-history": {},
      "year": "2016",
      "make": "FORD",
      "model": "ESCAPE",
      "images": [
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-0.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=ycz32Re57kWk%2BJHaswtAQedMOfk%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-1.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=u09GO7XxlU1YJ7Xw6uEHaR%2F3bm0%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-10.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=SrD0qb1P%2BSx5UBK4VXlb8lvebks%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-2.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=AtxicYf39gD1mUHlS%2BALZt77bUQ%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-3.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=Epb7FrBC3E5UPt091XL57hxMVVc%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-4.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=RGXW6Nwy%2Fj%2BgXyXBR9nrd%2Fq%2FEpc%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-5.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=CHx2w6gMJxPYV1ZdCTgtGKS74qk%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-6.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=QCh3o7D6cY7XYm%2F1I0awKzTQlsI%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-7.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=ojeN6c0ewUOGkh8X1%2FKpcRHVA1Y%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-8.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=tHWe9QY56MesXKK3um8suKQVkOI%3D",
        "https://vhr-dev.sfo3.cdn.digitaloceanspaces.com/Report/auction/1FMCU0G93GUB08696/January-21--{year}-2-00-PM-CST/img-0-9.jpg?AWSAccessKeyId=OPBFNLV5HC3ST3HB6RTF&Expires=1658322613&Signature=Gf0g73%2BAGRMUeb9AQdQwrgZh9Nw%3D"
      ],
      "market-value": {
        "Price Range": "$775 - $5,500",
        "Common Price": "$2,050",
        "Avergae Price": "$2,402",
        "Weighted Average Price": "$2,098",
        "Median Price": "$2,125"
      }
    }
  ]
}

Basic VIN Decode

This API provides basic specifications including year,make.model, trim, engine specs, drivetype and fuel types of any vehicle.

Coverage: This API supports VIN from 1981 to 2024.

Support: Works for all 17 digit VINs based on US and Canada region.

HTTP Request

GET https://api.vehicledatabases.com/vin-decode/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digits VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data An object containing all data available.


{
  "status": "success",
  "data": {
      "intro": {
          "vin": "5TDYK3DC8FS560664"
      },
      "basic": {
          "make": "Toyota",
          "model": "Sienna",
          "year": "2015",
          "trim": "",
          "body_type": "4 Door Passenger Van",
          "vehicle_type": "Van",
          "vehicle_size": ""
      },
      "engine": {
          "engine_size": "3.5",
          "engine_description": "V6, 3.5L",
          "engine_capacity": ""
      },
      "manufacturer": {
          "manufacturer": "Toyota Motor Mfg., Indiana, Inc.",
          "region": "Princeton, IN",
          "country": "United States",
          "plant_city": "Princeton, IN"
      },
      "transmission": {
          "transmission_style": ""
      },
      "restraint": {
          "others": "Dual Air Bag; Seat Belts; Side Air Bag-1st Row; Curtain Shield Air Bag-All Rows"
      },
      "dimensions": {
          "gvwr": "Class D: 5,001-6,000Lbs"
      },
      "drivetrain": {
          "drive_type": "Front Wheel Drive"
      },
      "fuel": {
          "fuel_type": "Gasoline"
      }
  }
}

Buildsheet (discontinued)

Buildsheet API is one of the most premium APis offered by Vehicle Databases. Buildsheet APi returns the detailed information on a vehicle with OEM codes. It tells about the vehicle specifications,colors (interior/exterior). Factory installed standard equipment aswell as optional equipment.

Manufacturer Coverage
Buick 1980 - 2018
Cadillac 1980 - 2018
Chevrolet 1980 - 2018
Chrysler 1980 - 2018
Dodge 1980 - 2018
Eagle 1980 - 2018
Ford 1992 - 2019
Geo 1980 - 2018
GMC 1980 - 2018
Hummer 1980 - 2018
Hyundai 1981 - 2012
Isuzu 1980 - 2018
Jeep 1980 - 2018
Lincoln 1992 - 2019
Mazda Trucks 1992 - 2019
Mercedes Benz 1981 - 2009
Mercury 1992 - 2019
Oldsmobile 1980 - 2018
Plymouth 1980 - 2018
Pontiac 1999 - 2015
Saab 1980 - 2018
Saturn 1980 - 2018
Suzuki 1980 - 2018

HTTP Request

GET https://api.vehicledatabases.com/buildsheet/{vin}

GET Parameters
Parameter Required Description
VIN True 17 Digit VIN Number

JSON Response

Buildsheet API returns information on a vehicle with OEM codes, including all vehicle specifications such as interior and exterior features, factory standard equipment, optional equipment, packages, safety and emissions ratings, and more.

Parameter Description
status success or error
data An object containing all data available.


{
  "status": "success",
  "data": {
      "year": 2002,
      "make": "chrysler",
      "model": "Sebring",
      "interior_color": "",
      "exterior_color": "",
      "codes": {
          "173": "ZONE 73-SAN FRANCISCO",
          "594": "VEHICLE ORDER TRACKING",
          "605": "CALIFORNIA STATE CODE",
          "905": "CALIFORNIA STATE CODE",
          "*E8": "SEATS - CLOTH LOW-BACK BUCKET",
          "-DV": "DARK SLATE GRAY",
          "1AA": "U.S. DEALER RETAIL",
          "28H": "CUSTOMER PREFERRED PACKAGE 28H",
          "2DH": "CUSTOMER PREFERRED PACKAGE 2DH",
          "3VU": "CUSTOMER PREFERRED DISCOUNT",
          "6US": "LABEL - U.S. SPECIFICATIONS",
          "APA": "MONOTONE PAINT",
          "BAN": "ALTERNATOR - 120 AMP",
          "BC5": "BATTERY - 510 AMP MAINTENANCE FREE",
          "BRT": "BRAKES - ANTI-LOCK 4-WHEEL DISC",
          "BTB": "ALL VEHICLES WITH ABS BRAKES",
          "CAC": "SEATS - LOW BACK BUCKET",
          "CDL": "LUMBAR ADJUST - MANUAL, DRIVER",
          "CF4": "CHILD SEAT UPPER TETHER ANCHORAGES",
          "CFN": "SEAT - REAR 60/40 FOLDING",
          "CG6": "SEAT BELT - REAR CENTER, 3-POINT",
          "CGD": "SHOULDER BELTS - FRONT HEIGHT ADJUST",
          "CGU": "CHILD SEAT ANCHOR SYSTEM-LATCH READY",
          "CGW": "AIR BAGS - FRONT, NEXT GENERATION**",
          "CHK": "HEADLINER MODULE - BASE",
          "CKB": "CARPET - FLOOR",
          "CKP": "TRUNK DRESS-UP",
          "CLE": "FLOOR MATS - FRONT & REAR",
          "CUF": "CONSOLE - FULL LENGTH FLOOR",
          "CUT": "STOWAGE BIN - INSTRUMENT PANEL",
          "DGB": "TRANSMISSION - 4-SPEED AUTOMATIC",
          "DGL": "TRANSMISSION - 4-SPD. AUTOMATIC,41TE",
          "DHA": "TORQUE CONVERTER - LOCK-UP",
          "DLD": "2.7 OVERALL TOP GEAR RATIO",
          "EER": "ENGINE - 2.7L V6 DOHC 24 VALVE MPI",
          "GAD": "WINDOWS - TINTED GLASS",
          "GBC": "GLASS - FRONT & REAR SOLAR CONTROL",
          "GFA": "DEFROSTER - REAR WINDOW",
          "GNA": "MIRROR - REAR VIEW, DAY/NIGHT",
          "GNE": "SUN VISOR - W/MIRROR, RIGHT",
          "GNF": "SUN VISOR - W/MIRROR, LEFT",
          "GUR": "MIRRORS - POWER",
          "GXT": "LOCKS - REAR DOOR CHILD PROTECTION",
          "HAA": "AIR CONDITIONING",
          "HGA": "INSULATION - HOOD",
          "I43": "ROUTE 43 - BENECIA, CA",
          "JAA": "INSTRUMENT PANEL",
          "JBG": "BEZEL - INSTRUMENT PANEL, WOODGRAIN",
          "JCB": "SPEEDOMETER - 120 MPH PRIMARY",
          "JFH": "TACHOMETER",
          "JHA": "WINDSHIELD WIPERS - VAR INTERMITTENT",
          "JJF": "HORN - SINGLE LOW NOTE",
          "JKA": "GLOVE BOX - LOCKING",
          "JKF": "HOOD RELEASE - COWL MOUNTED",
          "JKK": "INSIDE EMERGENCY TRUNK LID RELEASE",
          "JKP": "POWER OUTLET - AUXILIARY 12V",
          "JPB": "LOCKS - POWER",
          "JPC": "TRUNKLID RELEASE - POWER",
          "JPD": "WINDOWS - POWER, DRIVER ONE-TOUCH",
          "K2E": "STRIPE/BADGE/MOLDING/COLOR",
          "LAM": "WARNING LAMP - DOOR AJAR",
          "LAN": "WARNING LAMP - DECKLID/LIFTGATE AJAR",
          "LDC": "LAMP - TRUNK",
          "LMA": "HEADLAMPS - HALOGEN",
          "MDA": "BRACKET - FRONT LICENSE PLATE",
          "MFC": "GRILLE - DARK SILVER METALLIC",
          "MGJ": "BADGE - LX",
          "MGZ": "BADGE - SEBRING",
          "MHA": "WINDSHIELD MOLDINGS - BLACK",
          "MLA": "FASCIAS - BODY COLOR",
          "MU3": "BADGE - CHRYSLER",
          "MUF": "CHRYSLER I.D. TAGS",
          "NAS": "EMISSIONS - U.S. 50 STATE",
          "NBV": "LOW EMISSION VEHICLE (LEV)",
          "NEC": "EXHAUST TIP - BRIGHT",
          "NFZ": "FUEL TANK - 16 GALLON W/TETHERED CAP",
          "NHM": "SPEED CONTROL",
          "PB2": "STERLING BLUE SATIN GLOW",
          "QB2": "STERLING BLUE SATIN GLOW",
          "RBK": "RADIO-AM/FM COMPACT DISC W/CHGR CTRL",
          "RCD": "SPEAKERS - FOUR",
          "RDD": "ANTENNA - FIXED",
          "SBA": "STEERING - POWER RACK AND PINION",
          "SCH": "STEERING WHEEL - SPORT",
          "SDC": "SUSPENSION - TOURING",
          "SHC": "STABILIZER BAR - FRONT AND REAR",
          "SUA": "STEERING COLUMN - TILT",
          "TBC": "SPARE TIRE - COMPACT",
          "TPL": "TIRES - P205/60TR16 BSW ALL SEASON",
          "TZH": "MICHELIN BRAND TIRES",
          "WLZ": "WHEELS - ALL ALUMINUM",
          "WNB": "WHEELS - 16 X 6.5 ALUMINUM",
          "XSL": "BRAKE/PARK INTERLOCK",
          "YAA": "BUILD TO U S MARKET SPECIFICATIONS",
          "YGF": "8 ADDITIONAL GALLONS OF GAS",
          "ZCS": "SPRING - LEFT REAR",
          "ZDE": "SPRING - LEFT FRONT",
          "ZRS": "SPRING - RIGHT REAR",
          "ZTD": "SPRING - RIGHT FRONT"
      }
  }
}

Classic VIN Decoder

This API provides basic specifications of a classic vehicle.

Coverage: This API supports vehicles from 1912-1980 based on US and Canada region.

Support: 5-14 digits VIN number.

HTTP Request

GET https://api.vehicledatabases.com/classic-decode/{vin}

GET Parameters

Parameter Required Description
vin Yes 5-14 digits VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data It returns year, make, model, drive, doors, transmission, and engine details.



{
  "status": "success",
  "data": [
      {
          "vin": "844C026820",
          "year": "1964",
          "make": "Oldsmobile",
          "model": "Dynamic Eighty-eight",
          "transmission": "Manual Transmission",
          "fuel": "Gasoline",
          "engine": "V8",
          "drive": "RWD",
          "doors": 2
      }
  ]
}

Disclaimer: Please note that the accuracy of this API is continuously being improved to achieve higher levels of precision.


Electric Vehicle Specifications

An Electric Vehicle Specifications API gives detailed specifications on any electric car. It covers manufacturers from 1999-present which have launched electric cars. Apart from basic specifications, dimensions and features, it typically provides data on a range of electric vehicle specifications, including battery capacity, range, charging times and more.

Coverage: This API supports US and Canada manufacturers from year 1999 to present. Only cars and semi trucks.

To get list of available years, makes, models, and trims, start from here Electric Vehicle Specifications

HTTP Request

GET https://api.vehicledatabases.com/electric-vehicle/{year}/{make}/{model}/{trim}

GET Parameters

Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model
Trim True Vehicle Trim

JSON Response

This API returns electric vehicle specifications and features.

Parameter Description
status success or error
data Provides the basic information, specifcations, and features of an electric vehicle.

{
    "status": "success",
    "data": {
        "basic": {
            "year": 2023,
            "make": "Tesla",
            "model": "Model Y",
            "trim": "Performance 4Dr ALL Wheel Drive Sport Utility",
            "drive_type": "all-wheel",
            "transmission": "1 speed automatic",
            "recommended_fuel": "Electric"
        },
        "specs_and_dimension": {
            "3rd row headroom:": "879mm (34.6\")",
            "3rd row hiproom:": "927mm (36.5\")",
            "3rd row legroom:": "673mm (26.5\")",
            "3rd row shoulder room:": "1,041mm (41.0\")",
            "Curb weight:": "2,066kg (4,555lbs)",
            "Engine horsepower:": "425hp @ RPM",
            "Engine torque:": "475 lb.-ft. @ RPM",
            "Exterior body width:": "1,920mm (75.6\")",
            "Exterior height:": "1,623mm (63.9\")",
            "Exterior length:": "4,750mm (187.0\")",
            "Front headroom:": "1,041mm (41.0\")",
            "Front hiproom:": "1,367mm (53.8\")",
            "Front legroom:": "1,062mm (41.8\")",
            "Front shoulder room:": "1,433mm (56.4\")",
            "GVWR:": "2,591kg (5,712lbs)",
            "Interior cargo volume:": "855 L (30 cu.ft.)",
            "Interior front cargo volume:": "116 L (4 cu.ft.)",
            "Interior maximum cargo volume:": "2,158 L (76 cu.ft.)",
            "Rear headroom:": "983mm (38.7\")",
            "Rear hiproom:": "1,290mm (50.8\")",
            "Rear legroom:": "1,057mm (41.6\")",
            "Rear shoulder room:": "1,372mm (54.0\")",
            "Towing capacity:": "1,588kg (3,500lbs)",
            "Turning radius:": "6.1m (19.9')",
            "Wheelbase:": "2,891mm (113.8\")",
            "Max seating capacity": "7",
            "Number of doors": "",
            "Rear tires": "255/45WR19.0",
            "Rear wheel size": "",
            "Wheel size": "20\"",
            "Front tires": "255/45WR19.0"
        },
        "powertrain": {
            "Compressor": "Not Available",
            "Drive type": "all-wheel",
            "Electric motor 1 torque": "177 lb.-ft.",
            "Electric motor 2 torque": "298 lb.-ft.",
            "Electric motor horsepower": "184hp @ 6,380RPM",
            "Engine location": "front and rear",
            "Fuel economy city": "127mpge",
            "Fuel economy combined": "122mpge",
            "Fuel economy combined (kWh)": "28 kWh/100m",
            "Fuel economy equivalent measure": "",
            "Fuel economy fuel type": "electric",
            "Fuel economy highway": "117mpge",
            "Horsepower": "425hp @ RPM",
            "Hybrid electric powertrain type": "BEV (battery electric vehicle)",
            "Hybrid traction battery all electric range": "330 miles",
            "Hybrid traction battery capacity (kWh)": "81",
            "Hybrid traction battery charge time (hrs) @ 240V": "11.5",
            "Hybrid traction battery DC fast charge connector": "Tesla",
            "Hybrid traction battery number of cells": "828",
            "Hybrid traction battery onboard charger (kW)": "11.5",
            "Hybrid traction battery peak DC fast charge rate (kW)": "250.0",
            "Hybrid traction battery peak DC fast charge time (minutes)": "30",
            "Hybrid traction battery power output (kW)": "165",
            "Hybrid traction battery type": "lithium ion",
            "Hybrid traction battery voltage": "350",
            "Powertrain number of motors": "2",
            "Recommended fuel": "Electric",
            "Torque": "475 lb.-ft. @ RPM",
            "Transmission": "1 speed automatic"
        },
        "offroad_capability": {
            "Ground clearance (min):": "168mm (6.6\")"
        },
        "features": {
            "mechanical_features": [
                "Dual Motor: Fr AC Induction/Rr AC Permanent Magnet -inc: 315 mi estimated range",
                "3 Skid Plates",
                "Gas-Pressurized Shock Absorbers",
                "Front Anti-Roll Bar",
                "Sport Tuned Suspension",
                "Electric Power-Assist Speed-Sensing Steering",
                "Double Wishbone Front Suspension w/Coil Springs",
                "Multi-Link Rear Suspension w/Coil Springs",
                "Lithium Ion Traction Battery w/11.5 kW Onboard Charger, 10 Hrs Charge Time @ 220/240V and 82 kWh Capacity"
            ],
            "exterior_features": [
                "Wheels: 20\" x 9.0\" Uberturbine",
                "Clearcoat Paint",
                "Fixed Laminated Glass 1st Row Sunroof",
                "Fixed Laminated Glass 2nd Row Sunroof",
                "Body-Colored Front Bumper",
                "Body-Colored Rear Bumper",
                "Black Side Windows Trim",
                "Black Door Handles",
                "Body-Colored Power w/Tilt Down Heated Auto Dimming Side Mirrors w/Power Folding",
                "Fixed Rear Window w/Defroster",
                "Light Tinted Glass",
                "Rain Detecting Variable Intermittent Wipers w/Heated Wiper Park",
                "Galvanized Steel/Aluminum Panels",
                "Lip Spoiler",
                "Power Open And Close Trunk Rear Cargo Access",
                "Tailgate/Rear Door Lock Included w/Power Door Locks",
                "Auto On/Off Projector Beam Led Low/High Beam Daytime Running Auto-Leveling Auto High-Beam Headlamps w/Delay-Off",
                "Perimeter/Approach Lights",
                "LED Brakelights",
                "Headlights-Automatic Highbeams",
                "Front Fog Lamps",
                "Laminated Glass",
                "255/45WR19.0"
            ],
            "entertainment_features": [
                "Radio: Premium Audio System -inc: 13 speakers, 1 subwoofer, 2 amps, immersive sound feature, music and media over Bluetooth, USB-A port in the glovebox w/a 128GB portable storage device and 4 USB-C ports and wireless charging for 2 smartphones in center console, Standard connectivity is included, at no additional cost, for 8 years following the new vehicle's original delivery, Certain high data usage vehicle features require at least standard connectivity, including maps, navigation and voice commands, Premium connectivity (including navigation, live traffic visualization, satellite-view maps, video streaming, caraoke, music streaming, internet browser) is complimentary for 30 days, then available as a subscription Features subject to change and may vary based on hardware configuration. New features that become available after delivery may be subject to additional charges.",
                "Radio w/Seek-Scan, Clock, Steering Wheel Controls, Voice Activation, Radio Data System and 128 Gb Internal Memory",
                "Window Grid Antenna",
                "14 Performance Speakers",
                "Regular Amplifier",
                "1 LCD Monitor In The Front",
                "Entertainment System w/Digital Media",
                "Real-Time Traffic Display"
            ],
            "interior_features": [
                "Heated Front Bucket Seats -inc: power adjustable front seats and custom driver profiles",
                "Front Seats w/Power 4-Way Driver Lumbar",
                "8-Way Driver Seat -inc: Power 4-Way Lumbar Support",
                "8-Way Passenger Seat",
                "60-40 Folding Bench Front Facing Heated Fold Forward Seatback Leatherette Rear Seat",
                "Power Tilt/Telescoping Steering Column",
                "Gauges -inc: Speedometer, Odometer, Traction Battery Level, Power/Regen, Trip Odometer and Trip Computer",
                "Power Rear Windows",
                "Mobile Hotspot Internet Access",
                "Heated Leatherette Steering Wheel",
                "Front Cupholder",
                "Rear Cupholder",
                "Compass",
                "Proximity Key For Doors And Power On",
                "Valet Function",
                "Remote Keyless Entry w/Integrated Key Transmitter, 4 Door Curb/Courtesy and Illuminated Entry",
                "Remote Releases -Inc: Power Cargo Access and Power Charge Port Door",
                "Cruise Control w/Steering Wheel Controls",
                "Distance Pacing w/Traffic Stop-Go",
                "Dual Zone Front Automatic Air Conditioning w/Steering Wheel Controls",
                "HVAC -inc: Console Ducts",
                "Illuminated Locking Glove Box",
                "Driver Foot Rest",
                "Interior Trim -inc: Aluminum/Genuine Wood Instrument Panel Insert, Metal-Look Console Insert and Metal-Look Interior Accents",
                "Full Cloth Headliner",
                "Simulated Suede Door Trim Insert",
                "Premium Seat Trim",
                "Day-Night Auto-Dimming Rearview Mirror",
                "Driver And Passenger Visor Vanity Mirrors w/Driver And Passenger Illumination, Driver And Passenger Auxiliary Mirror",
                "Full Floor Console w/Covered Storage and 1 12V DC Power Outlet",
                "Front And Rear Map Lights",
                "Fade-To-Off Interior Lighting",
                "Carpet Floor Trim",
                "Full Carpet Floor Covering -inc: Carpet Front And Rear Floor Mats",
                "Cargo Area Concealed Storage",
                "Cargo Space Lights",
                "Memory Settings -inc: Door Mirrors, Steering Wheel, Audio and HVAC",
                "FOB Controls -inc: Cargo Access and Windows",
                "Tracker System",
                "Smart Device Integration",
                "Instrument Panel Covered Bin, Driver / Passenger And Rear Door Bins",
                "Power 1st Row Windows w/Front And Rear 1-Touch Up/Down",
                "Delayed Accessory Power",
                "Power Door Locks w/Autolock Feature",
                "Systems Monitor",
                "Trip Computer",
                "Outside Temp Gauge",
                "Digital Appearance",
                "Fixed Front Head Restraints and Fixed Rear Head Restraints",
                "Front Center Armrest and Rear Center Armrest",
                "2 Seatback Storage Pockets",
                "Immobilizer",
                "1 12V DC Power Outlet",
                "Air Filtration"
            ],
            "safety_features": [
                "Electronic Stability Control (ESC)",
                "ABS And Driveline Traction Control",
                "Side Impact Beams",
                "Dual Stage Driver And Passenger Seat-Mounted Side Airbags",
                "Front And Rear Parking Sensors",
                "Blind Spot",
                "Forward Collision Mitigation and Rear Collision Warning",
                "Lane Keeping Assist",
                "Lane Departure Warning",
                "Aerial View Camera System",
                "Collision Mitigation-Front",
                "Driver Monitoring-Alert",
                "Tire Specific Low Tire Pressure Warning",
                "Dual Stage Driver And Passenger Front Airbags",
                "Curtain 1st And 2nd Row Airbags",
                "Airbag Occupancy Sensor",
                "Driver And Passenger Knee Airbag",
                "Restricted Driving Mode",
                "Power Rear Child Safety Locks",
                "Outboard Front Lap And Shoulder Safety Belts -inc: Rear Center 3 Point, Height Adjusters and Pretensioners",
                "Back-Up Camera",
                "Front Camera",
                "Left Side Camera",
                "Right Side Camera"
            ]
        }
    }
}

Europe VIN Decode

Vehicle Databases provides support for European VINs when called, this API returns basic information about any European vehicle.

Coverage: This API supports VIN from 1981 to Present.

Support: 17 digits VIN number.

Legacy API (v1)

Europe VIN Decode V1

HTTP Request

GET https://api.vehicledatabases.com/europe-vin-decode/v2/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digit VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data Provides the information of VIN analytics and basic vehicle information including specifications.


        {
            "status": "success",
            "data": {
                "VIN": "SB1JZ28E80E082086",
                "VIN Analytics": {
                    "Squish VIN": "SB1JZ28E0E",
                    "Serial number": "082086"
                },
                "General Information": {
                    "Make": "Toyota",
                    "Model": "Corolla",
                    "Trim level": "HB",
                    "Body style": "3 Doors Hatchback",
                    "Engine type": "1.6L DOHC 16V FWD",
                    "Fuel type": "Gasoline",
                    "Transmission": "4-Speed Automatic",
                    "Vehicle class": "Compact Car",
                    "Vehicle type": "Passenger car",
                    "Manufactured in": "United Kingdom"
                },
                "Manufacturer": {
                    "Manufacturer": "Toyota Motor Manufacturing (UK) Ltd",
                    "City": "Burnaston",
                    "Region": "Europe",
                    "Country": "United Kingdom"
                },
                "Vehicle Specification": {
                    "Body type": "Hatchback",
                    "Number of doors": "3",
                    "Number of seats": "5",
                    "Displacement SI": "1598",
                    "Displacement CID": "97",
                    "Displacement nominal": "1.6",
                    "Engine valves": "16",
                    "Engine cylinders": "4",
                    "Engine horsepower": "110",
                    "Engine kilowatts": "81",
                    "Driveline": "FWD",
                    "Anti-lock braking system": "ABS"
                }
            }
        }

US Plate Decode

This API provides details about year, make, model and VIN by taking license plate number and state. This API covers only USA states.

HTTP Request

GET https://api.vehicledatabases.com/license-decode/{license_plate}/{state}

GET Parameters
Parameter Required Description
license plate Yes License Plate number
state Yes License Plate state

JSON Response

Data covered in the API includes year, make, model, and VIN.

Parameter Description
status success or error
intro Provides the information of a VIN, license plate, state.
basic Provides the information about make, model, year.

{
"status": "success",
"data": {
    "intro": {
        "vin": "1G4CW54K334142842",
        "license": "CN31613",
        "state": "IL"
    },
    "basic": {
        "make": "Buick",
        "model": "Park Avenue",
        "year": 2003
    }
  }
}

US Truck Plate Decode

This API provides details about year, make, model and VIN by taking truck license plate number and state. This API covers only USA states.

HTTP Request

GET https://api.vehicledatabases.com/truck-license-decode/{license_plate}/{state}

GET Parameters
Parameter Required Description
license plate Yes License Plate number
state Yes License Plate state

JSON Response

Data covered in the API includes year, make, model, and VIN.

Parameter Description
status success or error
intro Provides the information of a VIN, license plate, state.
basic Provides the information about make, model, year.

{
    "status": "success",
    "data": {
        "intro": {
            "vin": "1FUJGLDR6DSBM3079",
            "license": "1191675",
            "state": "AL"
        },
        "basic": {
            "make": "Freightliner",
            "model": "Cascadia 125",
            "year": "2013"
        }
    }
}

License Plate OCR

For USA: This API endpoint returns the license plate number and state from the license plate image.

For UK: This API endpoint returns the license plate number the license plate image.

HTTP Request

POST https://api.vehicledatabases.com/plate-ocr

POST Parameters

Parameter Required Description
file Yes The file to be uploaded. It accepts a single png, jpg, or jpeg image file.

JSON Response

The response shows the license plate number and state.

Parameter Description
status success or error
data Shows the license plate number and state.

USA

{ "status": "success", "data": { "plate": "CN31613", "state": "IL" } }

UK

{ "status": "success", "data": { "plate": "WJ59FHA", "state": "UK" } }

Market Value by VIN

Get access to trade-in, private party, and retail values for any vehicle based on state and mileage with our vehicle market value API. Our Vehicle Databases API service allows you instant access to accurate vehicle market value information by VIN, taking into account market trends analysis for used cars and dealer sales across North America. We analyze vehicle market value data based on millions of vehicle sales and transactions, providing estimates tailored to specific states and mileage. Our database is updated frequently to give accurate market value details for both new and used cars.

Coverage: This API supports US/Canada VIN from 1999 to 2023.

Support: 17 digit VIN number.

Legacy API (v1)

Market Value by VIN

HTTP Request

GET https://api.vehicledatabases.com/market-value/v2/{vin}?state={state}&mileage={mileage_value}

GET Parameters

Parameter Type Parameter Name Optional Description
Path VIN No Vehicle Identification Number
Query state Yes US State code
Query mileage Yes Vehicle mileage value in miles

JSON Response

The response is a list of all the information associated with a VIN number. Response has the following elements:

Parameter Description
status success or error
data Provides the information of a VIN, make, model, year, market value data


    {
        "status": "success",
        "data": {
            "intro": {
                "vin": "WBAPH7G50BNM56522"
            },
            "basic": {
                "make": "BMW",
                "model": "328",
                "year": "2011",
                "trim": "i 4dr Rear-wheel Drive Sedan Manual",
                "state": "NY",
                "mileage": "12,000"
            },
            "market_value": {
                "market_value_data": [
                    {
                        "trim": "i 4dr Rear-wheel Drive Sedan Manual",
                        "market value": [
                            {
                                "Condition": "Outstanding",
                                "Trade-In": "$6,829",
                                "Private Party": "$12,153",
                                "Dealer Retail": "$15,200"
                            },
                            {
                                "Condition": "Clean",
                                "Trade-In": "$6,483",
                                "Private Party": "$11,473",
                                "Dealer Retail": "$14,273"
                            },
                            {
                                "Condition": "Average",
                                "Trade-In": "$5,906",
                                "Private Party": "$10,341",
                                "Dealer Retail": "$12,727"
                            },
                            {
                                "Condition": "Rough",
                                "Trade-In": "$5,157",
                                "Private Party": "$8,869",
                                "Dealer Retail": "$10,719"
                            }
                        ]
                    }
                ]
            }
        }
    }

                            

Market Value by YMM

Get access to trade-in, private party, and retail values for any vehicle based on state and mileage with our vehicle market value API. Vehicle Databases API service allows you instant access to accurate vehicle market value information. We provide estimates of market value for used and new cars by year, make, model and trim based on market trends analysis for used cars and dealer sales all across North America. We analyze vehicle market value data based on millions of vehicle sales and transactions. Our database is updated frequently to give accurate market value details.

Coverage: This API supports US and Canada manufactures from 1999 to 2023.

To get list of available years, makes, models, click here Market Value

Legacy API (v1)

Market Value by YMM

HTTP Request

GET https://api.vehicledatabases.com/market-value/v2/ymm/{year}/{make}/{model}?state={state}&mileage={mileage_value}

GET Parameters

Parameter Type Parameter Name Optional Description
Path Year No Vehicle year
Path Make No Vehicle Make
Path Model No Vehicle Model
Query state Yes US State code
Query mileage Yes Vehicle mileage value in miles

JSON Response

The response is a list of all the information associated with a year, make, and model. Response has the following elements:

Parameter Description
status success or error
data Provides the information of a make, model, year, and market value data


    {
        "status": "success",
        "data": {
            "basic": {
                "make": "Tesla",
                "model": "Model 3",
                "year": "2022",
                "state": "NY",
                "mileage": "12000"
            },
            "market_value": {
                "market_value_data": [
                    {
                        "trim": "Base 4dr Rear-Wheel Drive Sedan Automatic",
                        "market value": [
                            {
                                "Condition": "Outstanding",
                                "Trade-In": "$26,984",
                                "Private Party": "$29,941",
                                "Dealer Retail": "$33,285"
                            },
                            {
                                "Condition": "Clean",
                                "Trade-In": "$26,601",
                                "Private Party": "$29,478",
                                "Dealer Retail": "$32,728"
                            },
                            {
                                "Condition": "Average",
                                "Trade-In": "$25,963",
                                "Private Party": "$28,705",
                                "Dealer Retail": "$31,798"
                            },
                            {
                                "Condition": "Rough",
                                "Trade-In": "$25,132",
                                "Private Party": "$27,701",
                                "Dealer Retail": "$30,590"
                            }
                        ]
                    },
                    {
                        "trim": "Performance 4dr All-Wheel Drive Sedan Automatic",
                        "market value": [
                            {
                                "Condition": "Outstanding",
                                "Trade-In": "$34,390",
                                "Private Party": "$38,843",
                                "Dealer Retail": "$43,880"
                            },
                            {
                                "Condition": "Clean",
                                "Trade-In": "$33,902",
                                "Private Party": "$38,241",
                                "Dealer Retail": "$43,145"
                            },
                            {
                                "Condition": "Average",
                                "Trade-In": "$33,088",
                                "Private Party": "$37,239",
                                "Dealer Retail": "$41,920"
                            },
                            {
                                "Condition": "Rough",
                                "Trade-In": "$32,030",
                                "Private Party": "$35,936",
                                "Dealer Retail": "$40,327"
                            }
                        ]
                    },
                    {
                        "trim": "Long Range 4dr All-Wheel Drive Sedan Automatic",
                        "market value": [
                            {
                                "Condition": "Outstanding",
                                "Trade-In": "$31,294",
                                "Private Party": "$34,943",
                                "Dealer Retail": "$39,070"
                            },
                            {
                                "Condition": "Clean",
                                "Trade-In": "$30,850",
                                "Private Party": "$34,402",
                                "Dealer Retail": "$38,415"
                            },
                            {
                                "Condition": "Average",
                                "Trade-In": "$30,109",
                                "Private Party": "$33,500",
                                "Dealer Retail": "$37,324"
                            },
                            {
                                "Condition": "Rough",
                                "Trade-In": "$29,146",
                                "Private Party": "$32,328",
                                "Dealer Retail": "$35,906"
                            }
                        ]
                    }
                ]
            }
        }
    }


Market Value by VIN - v1

Get access to trade-in, private party and retail values for any vehicle with our vehicle market value API. Vehicle Databases API service allows you instant access to accurate vehicle market value information. We provide estimates of market value for used and new cars by VIN based on market trends analysis for used cars and dealer sales all across North America. We analyze vehicle market value data based on millions of vehicle sales and transactions. Our database is updated frequently to give accurate market value details.

Coverage: This API supports US and Canada VIN from 1990 to 2023.

Support: 17 digit VIN number.

HTTP Request

GET https://api.vehicledatabases.com/market-value/{vin}

GET Parameters

Parameter Required Description
VIN Yes Vehicle VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Response has the following elements:

Parameter Description
status success or error
data Provides the information of a VIN, make, model, year, market value data


{
  "status": "success",
  "data": {
      "intro": {
          "vin": "5TDYK3DC8FS560664"
      },
      "basic": {
          "make": "Toyota",
          "model": "Sienna",
          "year": "2015",
          "trim": "XLE Premium 8-Passenger 4dr Minivan 6spd-automatic 6cyl 3.5L"
      },
      "market_value": {
          "market_value_data": [
              {
                  "trim": "XLE Premium 8-Passenger 4dr Minivan 6spd-automatic 6cyl 3.5L",
                  "market value": [
                      {
                          "Condition": "Outstanding",
                          "Trade-In": "$16,900",
                          "Private Party": "$21,481",
                          "Dealer Retail": "$25,008"
                      },
                      {
                          "Condition": "Clean",
                          "Trade-In": "$16,276",
                          "Private Party": "$20,643",
                          "Dealer Retail": "$23,982"
                      },
                      {
                          "Condition": "Average",
                          "Trade-In": "$15,235",
                          "Private Party": "$19,247",
                          "Dealer Retail": "$22,272"
                      },
                      {
                          "Condition": "Rough",
                          "Trade-In": "$13,882",
                          "Private Party": "$17,432",
                          "Dealer Retail": "$20,050"
                      }
                  ]
              }
          ]
      }
  }
}
  

Market Value by YMM - v1

Get access to trade-in, private party and retail values for any vehicle with our vehicle market value API. Vehicle Databases API service allows you instant access to accurate vehicle market value information. We provide estimates of market value for used and new cars by year, make, model and trim based on market trends analysis for used cars and dealer sales all across North America. We analyze vehicle market value data based on millions of vehicle sales and transactions. Our database is updated frequently to give accurate market value details.

Coverage: This API supports US and Canada manufactures from 1990 to 2023.

To get list of available years, makes, models, click here Market Value

HTTP Request

GET https://api.vehicledatabases.com/market-value/ymm/{year}/{make}/{model}

GET Parameters

Parameter Required Description
Year Yes Vehicle Year
Make Yes Vehicle Make
Model Yes Vehicle Model

JSON Response

The response is a list of all the information associated with a year, make, and model. Response has the following elements:

Parameter Description
status success or error
data Provides the information of a make, model, year, and market value data


{
  "status": "success",
  "data": {
      "basic": {
          "make": "Aston Martin",
          "model": "DB9",
          "year": "2011"
      },
      "market_value": {
          "market_value_data": [
              {
                  "trim": "Volante 2dr Convertible 6spd-manual 12cyl 5.9L",
                  "market value": [
                      {
                          "Condition": "Outstanding",
                          "Trade-In": "$32,852",
                          "Private Party": "$39,718",
                          "Dealer Retail": "$44,165"
                      },
                      {
                          "Condition": "Clean",
                          "Trade-In": "$31,763",
                          "Private Party": "$37,988",
                          "Dealer Retail": "$41,808"
                      },
                      {
                          "Condition": "Average",
                          "Trade-In": "$29,948",
                          "Private Party": "$35,105",
                          "Dealer Retail": "$37,881"
                      },
                      {
                          "Condition": "Rough",
                          "Trade-In": "$27,589",
                          "Private Party": "$31,357",
                          "Dealer Retail": "$32,776"
                      }
                  ]
              },
              {
                  "trim": "Volante 2dr Convertible 6spd-automatic 12cyl 5.9L",
                  "market value": [
                      {
                          "Condition": "Outstanding",
                          "Trade-In": "$30,223",
                          "Private Party": "$36,523",
                          "Dealer Retail": "$40,606"
                      },
                      {
                          "Condition": "Clean",
                          "Trade-In": "$29,222",
                          "Private Party": "$34,932",
                          "Dealer Retail": "$38,440"
                      },
                      {
                          "Condition": "Average",
                          "Trade-In": "$27,552",
                          "Private Party": "$32,281",
                          "Dealer Retail": "$34,829"
                      },
                      {
                          "Condition": "Rough",
                          "Trade-In": "$25,382",
                          "Private Party": "$28,834",
                          "Dealer Retail": "$30,135"
                      }
                  ]
              },
              {
                  "trim": "2dr Coupe 6spd-manual 12cyl 5.9L",
                  "market value": [
                      {
                          "Condition": "Outstanding",
                          "Trade-In": "$30,673",
                          "Private Party": "$37,117",
                          "Dealer Retail": "$41,289"
                      },
                      {
                          "Condition": "Clean",
                          "Trade-In": "$29,657",
                          "Private Party": "$35,500",
                          "Dealer Retail": "$39,086"
                      },
                      {
                          "Condition": "Average",
                          "Trade-In": "$27,962",
                          "Private Party": "$32,806",
                          "Dealer Retail": "$35,415"
                      },
                      {
                          "Condition": "Rough",
                          "Trade-In": "$25,760",
                          "Private Party": "$29,303",
                          "Dealer Retail": "$30,642"
                      }
                  ]
              },
              {
                  "trim": "2dr Coupe 6spd-automatic 12cyl 5.9L",
                  "market value": [
                      {
                          "Condition": "Outstanding",
                          "Trade-In": "$30,698",
                          "Private Party": "$36,443",
                          "Dealer Retail": "$40,208"
                      },
                      {
                          "Condition": "Clean",
                          "Trade-In": "$29,681",
                          "Private Party": "$34,856",
                          "Dealer Retail": "$38,063"
                      },
                      {
                          "Condition": "Average",
                          "Trade-In": "$27,985",
                          "Private Party": "$32,210",
                          "Dealer Retail": "$34,488"
                      },
                      {
                          "Condition": "Rough",
                          "Trade-In": "$25,781",
                          "Private Party": "$28,771",
                          "Dealer Retail": "$29,840"
                      }
                  ]
              }
          ]
      }
  }
}
  

Premium VIN Decode

Premium VIN decode is more than just a basic decode. It provides you detail information about a vehicle including detailed specifications. Covering year,make,model,trim, detailed engine specs, transmission, drivetrain, brakes & suspension, vehicle color names, some basic features of the vehicle and more.

Coverage: This API supports US and Canada VIN from 1981-Present.

Support: 17 digit VIN number.

HTTP Request

GET https://api.vehicledatabases.com/premium/vin-decode/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digit VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data An object containing all the data available.

{
    "status": "success",
    "data": {
        "intro": {
            "vin": "5TDYK3DC8FS560664",
            "suggested_vin": "",
            "error_code": "0",
            "possible_values": "",
            "additional_error_text": "",
            "error_text": "0 - VIN decoded clean. Check Digit (9th position) is correct",
            "vin_pattern": "",
            "engine_vin_code": "",
            "vin_number_analize": ""
        },
        "basic": {
            "vehicle_age": "",
            "make": "TOYOTA",
            "model": "Sienna",
            "year": "2015",
            "trim": "",
            "body_type": "Minivan",
            "ncsa_make": "",
            "ncsa_model": "",
            "ncsa_body_type": "",
            "vehicle_type": "MULTIPURPOSE PASSENGER VEHICLE (MPV)",
            "doors": "5",
            "vehicle_size": "",
            "series": "GSL30L/GSL33L/GSL35L",
            "series_2": "Wagon body style",
            "pretensioner": ""
        },
        "engine": {
            "engine_size": "",
            "engine_description": "",
            "engine_number_of_cylinders": "6",
            "engine_manufacturer": "",
            "displacement_(cc)": "3500.0",
            "displacement_(ci)": "213.58310433156",
            "displacement_(l)": "3.5",
            "engine_head": "",
            "engine_model": "2GR-FKS",
            "engine_power_kw": "219.9815",
            "valve_train_design": "",
            "engine_valves": "",
            "engine_configuration": "V-Shaped",
            "engine_brake_from": "295",
            "engine_brake_to": "",
            "engine_aspiration": "",
            "engine_horsepower": "",
            "automatic_gearbox": "",
            "emission_standard": "",
            "turbo": "",
            "cooling_type": "",
            "engine_stroke_cycles": "",
            "other": "PORT+CHAMBER"
        },
        "manufacturer": {
            "manufacturer": "TOYOTA MOTOR MANUFACTURING, INDIANA, INC.",
            "region": "INDIANA",
            "country": "UNITED STATES (USA)",
            "plant_country_name": "Toyota Motor Manufacturing, Indiana, Inc.",
            "plant_city": "",
            "address_line_1": "",
            "address_line_2": "",
            "note": ""
        },
        "transmission": {
            "transmission": "",
            "transmission_style": "",
            "transmission_speed": ""
        },
        "restraint": {
            "curtain_air_bag_locations": "All Rows",
            "front_air_bag_locations": "1st Row (Driver and Passenger)",
            "side_air_bag_locations": "1st Row (Driver and Passenger)",
            "seat_belt_type": "Manual",
            "others": ""
        },
        "dimensions": {
            "gvwr": "Class 1D: 5,001 - 6,000 lb (2,268 - 2,722 kg)",
            "width": "",
            "length": "",
            "height": "",
            "wheelbase": "",
            "rear_hip_room": "",
            "front_hip_room": "",
            "rear_shoulder_room": "",
            "front_shoulder_room": "",
            "turning_diameter": "",
            "rear_legroom": "",
            "front_legroom": "",
            "rear_headroom": "",
            "front_headroom": "",
            "cargo_volume": "",
            "passenger_volume": "",
            "track_rear": "",
            "track_front": ""
        },
        "drivetrain": {
            "drive_type": "4x2",
            "axles": "",
            "others": ""
        },
        "braking": {
            "rear_brake_type": "",
            "front_brake_type": "",
            "anti_brake_system": "",
            "others": ""
        },
        "suspension": {
            "steering_type": "",
            "steering_location": "",
            "power-steering": "",
            "rear_suspension": "",
            "front_suspension": "",
            "rear_spring_type": "",
            "front_spring_type": ""
        },
        "colors": {
            "interior": "",
            "exterior": ""
        },
        "seating": {
            "standard_seating": "",
            "number_of_seat_rows": "",
            "others": ""
        },
        "weight": {
            "curb_weight": ""
        },
        "wheels_and_tires": {
            "number_of_wheels": "",
            "wheel_size_front_(inches)": "",
            "wheel_size_rear_(inches)": "",
            "anti_lock_brakes": "",
            "tire_pressure_monitoring_system_tpms_type": "Direct",
            "power_brakes": "",
            "tilt_steering_wheel": "",
            "others": ""
        },
        "market_value": {
            "msrp": "",
            "destination_charge": "",
            "invoice_price": ""
        },
        "fuel": {
            "highway_mileage": "",
            "city_mileage": "",
            "fuel_type": "Gasoline",
            "fuel_capacity": "",
            "fuel_injection_type": "Multipoint Fuel Injection (MPFI)"
        },
        "feature": {
            "security_system": "",
            "power_windows": "",
            "bed_type": "",
            "cab_type": "",
            "trailer_type_connection": "",
            "trailer_body_type": "",
            "bus_floor_configuration_type": "",
            "bus_type": "",
            "custom_motorcycle_type": "",
            "motorcycle_suspension_type": "",
            "motorcycle_chassis_type": "",
            "electronic_stability_control_(ESC)": "",
            "traction_control": "",
            "auto_reverse_system_for_windows_and_sunroofs": "",
            "keyless_ignition": "",
            "adaptive_cruise_control_(ACC)": "",
            "crash_imminent_braking_(CIB)": "",
            "blind_spot_warning_(BSW)": "",
            "forward_collision_warning_(FCW)": "",
            "lane_departure_warning_(LDW)": "",
            "backup_camera": "",
            "dynamic_brake_support_(DBS)": "",
            "daytime_running_light_(DRL)": "",
            "semiautomatic_headlamp_beam_switching": "",
            "others": ""
        },
        "comfort": {
            "air_conditioning": "",
            "others": ""
        },
        "entertainment": {
            "others": ""
        },
        "lighting": {
            "others": ""
        },
        "vehicle_parts": {
            "standard": "",
            "optional": ""
        },
        "warranty": {
            "powertrain_(duration)": "",
            "basic_(duration)": "",
            "basic_(distance)": "",
            "powertrain_(distance)": ""
        }
    }
}

Premium Plus VIN Decode

Premium Plus VIN decode is built to return a wide range of data points. This category is designed for customers and businesses in need of complete vehicle specifications, features, and equipment. It returns comprehensive and accurate VIN descriptions, packages information, and more to deliver a complete picture of any vehicle. Gain access to a vehicle's:

  • Year
  • Make
  • Model
  • Trim
  • Base MSRP
  • Delivery charges
  • Invoice price
  • Total price
  • Specifications
  • Exterior dimensions
  • Interior dimensions
  • Weights
  • Suspensions
  • Seating
  • Wheels and tires
  • Green score
  • Doors
  • Engine size
  • Engine number of cylinders
  • Displacement
  • Drivetype
  • Horsepower
  • Torque
  • Engine location
  • Engine valves
  • Engine bore
  • Engine stroke
  • Transmission type
  • Transmission speed
  • Description of the transmission
  • Fuel type
  • Tank capacity
  • Other fuel-related specifications
  • Mileage
  • City mileage
  • Highway mileage
  • Combined mileage
  • Electric powertrain details
  • Electric range
  • Power output
  • Battery type
  • Battery specifications
  • Exterior color descriptions
  • Exterior color pricing
  • Exterior color invoice details
  • Exterior color codes
  • Interior color descriptions
  • Interior color pricing
  • Interior color Invoice details
  • Interior color codes
  • Details about standard and additional OEM packages
  • Package descriptions
  • Package pricing
  • Package invoice details
  • Unique codes for each package
  • Information about various warranties
  • Basic warranties
  • Corrosion warranties
  • Powertrain warranties
  • Roadside assistance warranties
  • NHTSA crash test ratings
  • Highway safety ratings
  • Highway loss ratings
  • Comprehensive information about standard features
  • Mechanical features
  • Exterior features
  • Interior features
  • Safety features
  • Infotainment features
  • OEM maintenance schedule at different mileage intervals
  • Data about various vehicle parts
  • Prices and descriptions for replacement parts or repairs

Coverage: All US/Canada cars and semi-trucks.

Support: 1999-present

Legacy API (v1)

Premium Plus VIN Decode One Trim

Premium Plus VIN Decode Multiple Trims

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/v2/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digit VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data An object containing all the data available.

{
    "status": "success",
    "data": {
        "vin": "1B3AL46XX6N227698",
        "year": 2006,
        "make": "Dodge",
        "model": "Stratus",
        "trim": "SXT",
        "style": "4dr Sedan Automatic",
        "trim_and_style": "SXT 4dr Sedan Automatic",
        "summary": "The 2006 Dodge Stratus SXT is a sedan that comes with a 2.4L I-4 150HP engine and a 4-speed automatic transmission with overdrive. It has standard features like air conditioning, 16\" alloy wheels, cruise control, power mirrors, power windows, power locks, auto locking doors, remote keyless entry, and an AM/FM stereo with a single CD player and four speakers. Overall, the Stratus SXT offers a comfortable and convenient driving experience with its range of features.",
        "price": {
            "base_msrp": 20825,
            "delivery_charges": 675,
            "invoice_price": 19278,
            "total_price": 20500,
            "currency": "USD"
        },
        "vehicle": {
            "epa_classification": "Mid-size",
            "rear_door_type": "",
            "body_type": "Sedan",
            "doors": 4
        },
        "dimensions": [
            {
                "exterior": [
                    {
                        "overall_length": [
                            {
                                "value": 4856,
                                "unit": "mm"
                            },
                            {
                                "value": 191.18,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "overall_length_without_rear_bumper": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overall_length_with_rear_bumper": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overall_width": [
                            {
                                "value": 1793,
                                "unit": "mm"
                            },
                            {
                                "value": 70.59,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "max_width_without_mirrors": [
                            {
                                "value": 70.6,
                                "unit": "in"
                            },
                            {
                                "value": 1793.24,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overall_height": [
                            {
                                "value": 1394,
                                "unit": "mm"
                            },
                            {
                                "value": 54.88,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "liftover_height": [
                            {
                                "value": 31.3,
                                "unit": "in"
                            },
                            {
                                "value": 795.02,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overhang_front": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overhang_rear_without_bumper": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_door_opening_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_door_opening_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "side_door_opening_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "track_width_front": [
                            {
                                "value": 60.2,
                                "unit": "in"
                            },
                            {
                                "value": 1529.08,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "track_width_rear": [
                            {
                                "value": 60.2,
                                "unit": "in"
                            },
                            {
                                "value": 1529.08,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "wheelbase": [
                            {
                                "value": 2743,
                                "unit": "mm"
                            },
                            {
                                "value": 107.99,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_step_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "side_step_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "ground_to_top_of_load_floor": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cab_to_end_of_frame": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    }
                ]
            },
            {
                "interior": [
                    {
                        "passenger_volume": [
                            {
                                "value": 2662,
                                "unit": "l"
                            },
                            {
                                "value": 94,
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "trunk_volume": [
                            {
                                "value": 16,
                                "unit": "cu.ft"
                            },
                            {
                                "value": 453.07,
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "front_head_room": [
                            {
                                "value": 955,
                                "unit": "mm"
                            },
                            {
                                "value": 37.6,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_head_room": [
                            {
                                "value": 909,
                                "unit": "mm"
                            },
                            {
                                "value": 35.8,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_head_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_head_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_head_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_shoulder_room": [
                            {
                                "value": 1402,
                                "unit": "mm"
                            },
                            {
                                "value": 55.2,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_shoulder_room": [
                            {
                                "value": 1389,
                                "unit": "mm"
                            },
                            {
                                "value": 54.7,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_shoulder_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_shoulder_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_shoulder_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_leg_room": [
                            {
                                "value": 1074,
                                "unit": "mm"
                            },
                            {
                                "value": 42.3,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_leg_room": [
                            {
                                "value": 968,
                                "unit": "mm"
                            },
                            {
                                "value": 38.1,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_leg_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_leg_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_leg_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "cargo": [
                    {
                        "cargo_volume": [
                            {
                                "value": 453,
                                "unit": "l"
                            },
                            {
                                "value": 16,
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "max_cargo_volume": [
                            {
                                "value": 453,
                                "unit": "l"
                            },
                            {
                                "value": 16,
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "front_cargo_volume": [
                            {
                                "value": "",
                                "unit": "l"
                            },
                            {
                                "value": "",
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat1": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat2": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat3": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat4": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_with_rear_seat_down": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_with_rear_seat_up": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "extended_cab_cargo_volume": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "floor_to_console_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "floor_to_seat1_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "floor_to_seat2_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "floor_to_seat3_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "beltline_cargo_area_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cargo_box_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cargo_box_floor_length": [
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "cargo_box_floor_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cargo_box_wheelhousings_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "tailgate_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    }
                ]
            },
            {
                "weights": [
                    {
                        "curb_weight_as_spec'd": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "payload_as_spec'd": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight_base": [
                            {
                                "value": 3182,
                                "unit": "lb"
                            },
                            {
                                "value": 1443.08,
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight_front": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight_rear": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "gross_axle_weight_rating": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "gross_combined_weight_rating": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "gross_vehicle_weight_rating": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_payload_capacity": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "option_weight_front": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "option_weight_rear": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "total_option_weight": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    }
                ]
            },
            {
                "ground_clearance": [
                    {
                        "ground_clearance_max": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "ground_clearance_min": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "off_road_attributes": [
                    {
                        "approach_angle": [
                            {
                                "value": "",
                                "unit": "deg"
                            }
                        ]
                    },
                    {
                        "departure_angle": [
                            {
                                "value": "",
                                "unit": "deg"
                            }
                        ]
                    },
                    {
                        "ramp_breakover_angle": [
                            {
                                "value": "",
                                "unit": "deg"
                            }
                        ]
                    }
                ]
            },
            {
                "steering": [
                    {
                        "turning_diameter_curb_to_curb": [
                            {
                                "value": 36.8,
                                "unit": "ft"
                            },
                            {
                                "value": 11.22,
                                "unit": "m"
                            }
                        ]
                    },
                    {
                        "turning_diameter_wall_to_wall": [
                            {
                                "value": "",
                                "unit": "ft"
                            },
                            {
                                "value": "",
                                "unit": "m"
                            }
                        ]
                    },
                    {
                        "turning_radius_curb_to_curb": [
                            {
                                "value": 18.4,
                                "unit": "ft"
                            },
                            {
                                "value": 5.61,
                                "unit": "m"
                            }
                        ]
                    },
                    {
                        "turning_radius_wall_to_wall": [
                            {
                                "value": "",
                                "unit": "ft"
                            },
                            {
                                "value": "",
                                "unit": "m"
                            }
                        ]
                    }
                ]
            },
            {
                "trailering": [
                    {
                        "max_capacity": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_tongue_dead_weight_hitch": [
                            {
                                "value": 100,
                                "unit": "lb"
                            },
                            {
                                "value": 45.35,
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_trailer_dead_weight_hitch": [
                            {
                                "value": 1000,
                                "unit": "lb"
                            },
                            {
                                "value": 453.51,
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_tongue_fifth_wheel_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_trailer_fifth_wheel_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_tongue_weigth_distributing_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_trailer_weigth_distributing_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    }
                ]
            },
            {
                "braking": [
                    {
                        "front_brake_rotor_dia": [
                            {
                                "value": 11.1,
                                "unit": "in"
                            },
                            {
                                "value": 281.94,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "front_brake_rotor_thickness": [
                            {
                                "value": 1,
                                "unit": "in"
                            },
                            {
                                "value": 25.4,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_brake_rotor_dia": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_brake_rotor_thickness": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    }
                ]
            },
            {
                "wheels": [
                    {
                        "front_wheel_size": [
                            {
                                "value": "16 x 6.5 ",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_wheel_size": [
                            {
                                "value": "16 x 6.5 ",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "spare_wheel_size": [
                            {
                                "value": "15 x 4.0 ",
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "engine": [
                    {
                        "engine_size": [
                            {
                                "value": 2.7,
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "horsepower": [
                            {
                                "value": 5800,
                                "unit": "rpm"
                            },
                            {
                                "value": 200,
                                "unit": "hp"
                            }
                        ]
                    },
                    {
                        "torque": [
                            {
                                "value": 4850,
                                "unit": "rpm"
                            },
                            {
                                "value": 190,
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "bore": [
                            {
                                "value": 87.4,
                                "unit": "mm"
                            },
                            {
                                "value": 3.44,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "stroke": [
                            {
                                "value": 101,
                                "unit": "mm"
                            },
                            {
                                "value": 3.98,
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "fuel": [
                    {
                        "tank_capacity": [
                            {
                                "value": 16,
                                "unit": "gal"
                            },
                            {
                                "value": 60.56,
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "auxiliary_fuel_tank_capacity": [
                            {
                                "value": "",
                                "unit": "gal"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    }
                ]
            },
            {
                "mpg": [
                    {
                        "cruising_range_city": [
                            {
                                "value": 352,
                                "unit": "mi"
                            }
                        ]
                    },
                    {
                        "cruising_range_hwy": [
                            {
                                "value": 480,
                                "unit": "mi"
                            }
                        ]
                    },
                    {
                        "estimated_battery_range": [
                            {
                                "value": "",
                                "unit": "mi"
                            }
                        ]
                    }
                ]
            },
            {
                "electric_powertrain": [
                    {
                        "motor1_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor2_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor3_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor4_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor_horsepower": [
                            {
                                "value": "",
                                "unit": "hp"
                            }
                        ]
                    }
                ]
            },
            {
                "traction_battery": [
                    {
                        "all_electric_range": [
                            {
                                "value": "",
                                "unit": "miles"
                            }
                        ]
                    },
                    {
                        "total_dual_fusion": [
                            {
                                "value": "",
                                "unit": "miles"
                            }
                        ]
                    },
                    {
                        "peak_dc_fast_charge_time": [
                            {
                                "value": "",
                                "unit": "minutes"
                            }
                        ]
                    }
                ]
            },
            {
                "range_extender": [
                    {
                        "output": [
                            {
                                "value": "",
                                "unit": "hp"
                            }
                        ]
                    },
                    {
                        "rpm": [
                            {
                                "value": "",
                                "unit": "rpm"
                            }
                        ]
                    },
                    {
                        "bore": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "stroke": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    }
                ]
            }
        ],
        "specifications": [
            {
                "steering": {
                    "type": "Pwr Rack & Pinion",
                    "overall_ratio": 17.7,
                    "turns_to_turns_ratio": 3.1
                }
            },
            {
                "braking": {
                    "type": "Pwr",
                    "primary_abs_system": "",
                    "secondary_abs_system": "",
                    "front_disc": "Yes",
                    "rear_disc": "",
                    "rear_drum": "Yes"
                }
            },
            {
                "electrical": {
                    "cold_cranking_capacity_amps": 510,
                    "max_alternator_capacity_amps": 120
                }
            },
            {
                "suspensions": {
                    "front_type": "Normal Duty",
                    "front_type_extended": "w/Stabilizer Bar",
                    "rear_type": "Normal Duty",
                    "rear_type_extended": "w/Stabilizer Bar",
                    "front_axle": "",
                    "rear_axle": ""
                }
            },
            {
                "seating": {
                    "number_of_seats": 5,
                    "max_seating_capacity": 5
                }
            },
            {
                "wheels": {
                    "front_wheel_material": "Aluminum",
                    "rear_wheel_material": "Aluminum",
                    "spare_wheel_material": "Steel"
                }
            },
            {
                "tires": {
                    "front_tire_size": "P205/60R16",
                    "rear_tire_size": "P205/60R16",
                    "spare_tire_size": "T125/70D15"
                }
            },
            {
                "emissions": {
                    "greenhouse_gas_score": "",
                    "air_pollution_score": ""
                }
            },
            {
                "engine": {
                    "type": "Gas 4-Cyl",
                    "code": "EER",
                    "cylinders_configuration": "V-6",
                    "displacement": 2700,
                    "compressor": "",
                    "drivetype": "FWD",
                    "oil_cooler": "",
                    "engine_location": "front",
                    "valves": 24,
                    "compression": 9.9,
                    "variable_intake_manifold": ""
                }
            },
            {
                "fuel": {
                    "type": "Regular Unleaded",
                    "standard_fuel_economy_type": ""
                }
            },
            {
                "mpg": {
                    "epa_city_economy": 22,
                    "epa_hwy_economy": 30,
                    "epa_combined_economy": 25,
                    "epa_city_equivalent": "",
                    "epa_hwy_equivalent": "",
                    "epa_combined_equivalent": ""
                }
            },
            {
                "electric_powertrain": {
                    "type": "",
                    "starter_electric_motor": "",
                    "battery_solar_charging": "",
                    "number_of_motors": "",
                    "system_net_power": "",
                    "system_net_torque": "",
                    "limited_slip_differential": "",
                    "front_locking_differential": "",
                    "rear_locking_differential": "",
                    "alternator_electric_motor": ""
                }
            },
            {
                "traction_battery": {
                    "type": "",
                    "number_of_cells": "",
                    "battery_capacity_kwh": "",
                    "battery_capacity_ah": "",
                    "charge_time_hrs_@_240v": "",
                    "dc_fast_charge_connector": "",
                    "onboard_charger_kw": "",
                    "peak_dc_fast_charge_rate_kw": "",
                    "voltage": ""
                }
            },
            {
                "range_extender": {
                    "block_material": "",
                    "compression_ratio": "",
                    "cylinders": "",
                    "displacement_cm3": "",
                    "displacement_cu.in": "",
                    "head_material": "",
                    "injection": "",
                    "liters": "",
                    "location": "",
                    "output_kw": "",
                    "recommended_fuel": "",
                    "torque_nm": "",
                    "valves_per_cylinder": "",
                    "valvetrain": ""
                }
            }
        ],
        "transmission": {
            "type": "automatic",
            "code": "DGL",
            "number_of_speeds": 4,
            "description": "4 speed automatic",
            "power_takeoff": "",
            "first_gear_ratio": 2.84,
            "second_gear_ratio": 1.57,
            "third_gear_ratio": 1,
            "fourth_gear_ratio": 0.69,
            "fifth_gear_ratio": "",
            "sixth_gear_ratio": "",
            "seventh_gear_ratio": "",
            "eighth_gear_ratio": "",
            "ninth_gear_ratio": "",
            "tenth_gear_ratio": "",
            "reverse_gear_ratio": 2.21,
            "final_drive_axle_ratio": 3.91,
            "transfer_case_gear_ratio_high": "",
            "transfer_case_gear_ratio_low": "",
            "transfer_case_model": "",
            "transfer_case_power_takeoff": ""
        },
        "exterior_colors": [
            {
                "generic_name": "silver",
                "description": "Bright Silver Metallic Clearcoat",
                "color_code": "PS2",
                "rgb_value": "189,187,185",
                "hex_value": "#bdbbb9",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "black",
                "description": "Brilliant Black Crystal Pearlcoat",
                "color_code": "PXR",
                "rgb_value": "4,4,5",
                "hex_value": "#040405",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "",
                "description": "Magnesium Pearlcoat",
                "color_code": "PPK",
                "rgb_value": "54,69,69",
                "hex_value": "#364545",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "blue",
                "description": "Midnight Blue Pearlcoat",
                "color_code": "PB8",
                "rgb_value": "29,49,81",
                "hex_value": "#1d3151",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "",
                "description": "Satin Jade Pearlcoat",
                "color_code": "PP4",
                "rgb_value": "37,59,40",
                "hex_value": "#253b28",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "silver",
                "description": "Silver Steel Metallic Clearcoat",
                "color_code": "PA4",
                "rgb_value": "97,106,105",
                "hex_value": "#616a69",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "white",
                "description": "Stone White Clearcoat",
                "color_code": "PW1",
                "rgb_value": "211,210,201",
                "hex_value": "#d3d2c9",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "red",
                "description": "Inferno Red Crystal Pearlcoat",
                "color_code": "PRH",
                "rgb_value": "145,12,35",
                "hex_value": "#910c23",
                "color_price": 225,
                "color_invoice": 207,
                "color_type": "custom"
            },
            {
                "generic_name": "gold",
                "description": "Linen Gold Metallic Pearlcoat",
                "color_code": "PYG",
                "rgb_value": "188,182,161",
                "hex_value": "#bcb6a1",
                "color_price": 150,
                "color_invoice": 138,
                "color_type": "custom"
            }
        ],
        "interior_colors": [
            {
                "generic_name": "slate",
                "description": "Dark Slate Gray w/Cloth Low-Back Bucket Seats or Cloth Low-Back Bucket Seats (Fleet) or Leather Trimmed Bucket Seats",
                "color_code": "DV",
                "rgb_value": "35,35,35",
                "hex_value": "#232323",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "taupe",
                "description": "Taupe w/Cloth Low-Back Bucket Seats or Cloth Low-Back Bucket Seats (Fleet)",
                "color_code": "L5",
                "rgb_value": "131,118,103",
                "hex_value": "#837667",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "taupe",
                "description": "Light Taupe w/Leather Trimmed Bucket Seats",
                "color_code": "L2",
                "rgb_value": "176,162,143",
                "hex_value": "#b0a28f",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            }
        ],
        "oem_options_and_packages": [
            {
                "quick_options_packages": [
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 24Y",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "24Y",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 28Y",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of March 15, 2006."
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "28Y",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 24P Special Edition",
                            "package_features": [
                                "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                                "Fog Lamps",
                                "Front Courtesy/Map Lamps",
                                "Satin Silver Instrument Panel Bezel",
                                "Leather Trimmed Bucket Seats",
                                "Manual Driver Lumbar Adjust",
                                "8-Way Power Driver Seat",
                                "Power Sunroof",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Special Edition Badge",
                                "Special Edition Group",
                                "Illuminated Vanity Mirror Sun Visors"
                            ],
                            "package_price": 265,
                            "package_invoice": 244,
                            "package_code": "24P",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 28P Special Edition",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of March 15, 2006.",
                                "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                                "Fog Lamps",
                                "Front Courtesy/Map Lamps",
                                "Satin Silver Instrument Panel Bezel",
                                "Leather Trimmed Bucket Seats",
                                "Manual Driver Lumbar Adjust",
                                "8-Way Power Driver Seat",
                                "Power Sunroof",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Special Edition Badge",
                                "Special Edition Group",
                                "Illuminated Vanity Mirror Sun Visors"
                            ],
                            "package_price": 265,
                            "package_invoice": 244,
                            "package_code": "28P",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "engine": [
                    {
                        "title": "Engine",
                        "description": {
                            "package_name": "Engine: 2.4L 4 Cyl. DOHC 16V SMPI",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "EDZ",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Engine",
                        "description": {
                            "package_name": "Engine: 2.7L V6 DOHC 24V MPI",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of March 15, 2006.",
                                "Federal Tier 2 Bin 8 Emissions",
                                "Sport Suspension"
                            ],
                            "package_price": 850,
                            "package_invoice": 782,
                            "package_code": "EER",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "transmissions": [
                    {
                        "title": "Transmissions",
                        "description": {
                            "package_name": "Transmission: 4-Speed Automatic",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "DGL",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "packages": [
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Chrome Value Package",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of October 3, 2005.",
                                "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                                "Fog Lamps",
                                "Graphite Pattern Instrument Panel Bezel",
                                "Rear Bodycolor Spoiler"
                            ],
                            "package_price": 525,
                            "package_invoice": 483,
                            "package_code": "AEE_",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Cold Weather Group",
                            "package_features": [
                                "Battery Heater",
                                "Engine Block Heater"
                            ],
                            "package_price": 40,
                            "package_invoice": 37,
                            "package_code": "ADE",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Cold Weather Group (Regional)",
                            "package_features": [
                                "INCLUDED in Alaska.",
                                "Battery Heater",
                                "Engine Block Heater"
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "ADE_",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Leather Value Package",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of October 3, 2005.",
                                "Radio: AM/FM Cassette/Compact Disc",
                                "Front Courtesy/Map Lamps",
                                "Leather Trimmed Bucket Seats",
                                "8-Way Power Driver Seat",
                                "Power Sunroof",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Illuminated Vanity Mirror Sun Visors"
                            ],
                            "package_price": 940,
                            "package_invoice": 865,
                            "package_code": "AJD_",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Protection Value Package",
                            "package_features": [
                                "4-Wheel Anti-Lock Disc Brakes",
                                "Supplemental Side Air Bags"
                            ],
                            "package_price": 730,
                            "package_invoice": 672,
                            "package_code": "AD4_",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Smoker's Group",
                            "package_features": [
                                "Cigar Lighter",
                                "Removable Ash Tray"
                            ],
                            "package_price": 30,
                            "package_invoice": 28,
                            "package_code": "AWS",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Travel Convenience Group",
                            "package_features": [
                                "Auto Dim Rear View Mirror",
                                "Traveler/Mini Trip Computer"
                            ],
                            "package_price": 245,
                            "package_invoice": 0,
                            "package_code": "AWK",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Travel Convenience Group (Discontinued)",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of October 3, 2005.",
                                "Front Courtesy/Map Lamps",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Auto Dim Rear View Mirror",
                                "Illuminated Vanity Mirror Sun Visors",
                                "Traveler/Mini Trip Computer"
                            ],
                            "package_price": 245,
                            "package_invoice": 225,
                            "package_code": "AWK_",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "wheels": [
                    {
                        "title": "Wheels",
                        "description": {
                            "package_name": "Wheels: 16\" x 6.5\" Aluminum",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "WNS",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Wheels",
                        "description": {
                            "package_name": "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "WLE",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "tires": [
                    {
                        "title": "Tires",
                        "description": {
                            "package_name": "Tires: P205/60R16 BSW AS",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "TPG",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "mechanical": [
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "Federal Emissions",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "NAA",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "California Emissions 5 States: CA, MA, ME, NY, VT.",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "NAE",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "Federal Emissions Order Code",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "YCH",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "California Emissions Order Code",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "YCF",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "exterior": [
                    {
                        "title": "Exterior",
                        "description": {
                            "package_name": "Monotone Paint Application",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "APA",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Exterior",
                        "description": {
                            "package_name": "Rear Bodycolor Spoiler",
                            "package_features": [],
                            "package_price": 225,
                            "package_invoice": 207,
                            "package_code": "MXD",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "seats": [
                    {
                        "title": "Seats",
                        "description": {
                            "package_name": "Cloth Low-Back Bucket Seats",
                            "package_features": [
                                "Highline Door Trim Panel",
                                "Rear 60/40 Folding Seat",
                                "Includes Russel/Solar fabric and 2-way bux front headrests."
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "A8",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Seats",
                        "description": {
                            "package_name": "Leather Trimmed Bucket Seats",
                            "package_features": [
                                "Highline Door Trim Panel",
                                "Rear 60/40 Folding Seat",
                                "Includes Dodge Stratus leather seats with preferred suede inserts, front passenger seat back map pocket and driver lumbar support."
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "EL",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "interior": [
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "Manufacturer's Statement of Origin",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "YEP",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "Texas Invoice Charge",
                            "package_features": [
                                "Applies to the state of Texas only."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "TEXAS",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "New England Invoice Charge",
                            "package_features": [
                                "Applies to the states of Maine, New Hampshire, Vermont, Massachusetts, Connecticut and Rhode Island."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "NEWENG",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "California Invoice Charge",
                            "package_features": [
                                "Applies to the state of California only."
                            ],
                            "package_price": 0,
                            "package_invoice": 275,
                            "package_code": "CALIF",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "New Jersey Invoice Charge",
                            "package_features": [
                                "Applies to the state of New Jersey only."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "NEWJSY",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "New York Invoice Charge",
                            "package_features": [
                                "Applies to the state of New York only."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "NEWYRK",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "audio": [
                    {
                        "title": "Audio",
                        "description": {
                            "package_name": "Radio: AM/FM Compact Disc w/Changer Control",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "RBK",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Audio",
                        "description": {
                            "package_name": "Radio: AM/FM Cassette/Compact Disc",
                            "package_features": [],
                            "package_price": 100,
                            "package_invoice": 92,
                            "package_code": "RAZ",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "entertainment_and_electronics": [
                    {
                        "title": "Entertainment And Electronics",
                        "description": {
                            "package_name": "SIRIUS Satellite Radio",
                            "package_features": [
                                "Includes 1-year service provided by SIRIUS.  Call SIRIUS to activate @ 888-539-7474."
                            ],
                            "package_price": 195,
                            "package_invoice": 179,
                            "package_code": "RSB",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "other_options": [
                    {
                        "title": "Other Options",
                        "description": {
                            "package_name": "8-Way Power Driver Seat",
                            "package_features": [],
                            "package_price": 380,
                            "package_invoice": 350,
                            "package_code": "JPV",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Other Options",
                        "description": {
                            "package_name": "Destination Surcharge (Hawaii)",
                            "package_features": [],
                            "package_price": 50,
                            "package_invoice": 50,
                            "package_code": "DEST",
                            "package_type": "custom"
                        }
                    }
                ]
            }
        ],
        "warranties": [],
        "safety_ratings": [
            {
                "nhtsa_crash_test_ratings": [
                    {
                        "type": "Driver's",
                        "rating": 5
                    },
                    {
                        "type": "Passenger's",
                        "rating": 5
                    },
                    {
                        "type": "Overall Rollover Rating",
                        "rating": 5
                    },
                    {
                        "type": "Side Barrier Rating Driver",
                        "rating": 3
                    },
                    {
                        "type": "Side Barrier Rating Passenger Rear Seat",
                        "rating": 3
                    }
                ]
            },
            {
                "highway_safety_ratings": [
                    {
                        "type": "Overall Side",
                        "rating": "Poor"
                    },
                    {
                        "type": "Driver Head Protection",
                        "rating": "Poor"
                    },
                    {
                        "type": "Rear Passenger Head Protection",
                        "rating": "Marginal"
                    },
                    {
                        "type": "Driver Head and Neck",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Rear Passenger Head and Neck",
                        "rating": "Good"
                    },
                    {
                        "type": "Driver Torso",
                        "rating": "Poor"
                    },
                    {
                        "type": "Rear Passenger Torso",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Driver Pelvis/Leg",
                        "rating": "Poor"
                    },
                    {
                        "type": "Rear Passenger Pelvis/Leg",
                        "rating": "Good"
                    },
                    {
                        "type": "Structure/safety cage",
                        "rating": "Poor"
                    },
                    {
                        "type": "Overall Rear",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Dynamic Rating",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Seat Head/Restraint Geometry",
                        "rating": "Acceptable"
                    }
                ]
            },
            {
                "highway_loss_ratings": []
            }
        ],
        "standard_options": [
            {
                "name": "Engine",
                "description": "2.4L 4 Cyl. DOHC 16V SMPI"
            },
            {
                "name": "Transmission",
                "description": "4-Speed Automatic"
            },
            {
                "name": "Wheels",
                "description": "16\" x 6.5\" Aluminum"
            },
            {
                "name": "Tires",
                "description": "P205/60R16 BSW AS"
            },
            {
                "name": "Monotone Paint Application",
                "description": ""
            },
            {
                "name": "Cloth Low-Back Bucket Seats",
                "description": ""
            },
            {
                "name": "Radio",
                "description": "AM/FM Compact Disc w/Changer Control"
            }
        ],
        "standard_specifications": [],
        "standard_features": [
            "2.4L I-4 Engine",
            "4-spd auto w/OD Transmission",
            "150 @ 5,500 rpm Horsepower",
            "160 @ 4,200 rpm Torque",
            "front-wheel Drive type",
            "16\" silver aluminum Wheels",
            "front air conditioning, manual",
            "AM/FM stereo, seek-scan Radio",
            "keyfob (all doors) Remote keyless entry",
            "cloth Seat trim"
        ],
        "additional_or_replacing_features": [],
        "annual_mileage": [],
        "features": [
            {
                "title": "Interior Features",
                "description": [
                    "Cloth low-back front bucket seats-inc: 2-way adjustable headrests",
                    "Rear 60/40 folding bench seat",
                    "Sport steering wheel w/tilt column",
                    "Full-length floor console w/cup holders",
                    "Instrument panel w/color-keyed bezel, 120-mph speedometer, tachometer, storage bin",
                    "Dual visor vanity mirrors",
                    "Full floor carpeting",
                    "Pwr windows w/driver one-touch down feature",
                    "Rear window defroster",
                    "Pwr door locks",
                    "Cowl mounted hood release",
                    "Pwr trunk release",
                    "Auxiliary 12V pwr outlet",
                    "Remote keyless entry",
                    "Sentry key theft deterrent system",
                    "Air conditioning",
                    "Front/rear floormats",
                    "Warning lamps-inc: decklid/liftgate/door ajar",
                    "Speed control",
                    "AM/FM stereo radio w/CD player-inc: CD changer control, (4) speakers",
                    "Illuminated entry",
                    "Trunk lamp"
                ]
            },
            {
                "title": "Exterior Features",
                "description": [
                    "Tires: P205/60R16 BSW AS",
                    "Body-color door handles",
                    "Body-color fascias",
                    "Front/rear solar control glass",
                    "Body-color bodyside moldings",
                    "Black grille",
                    "Pwr mirrors",
                    "Halogen headlights w/off-time delay",
                    "Tinted windows",
                    "Wheels: 16\" x 6.5\" Aluminum",
                    "Variable-intermittent windshield wipers",
                    "205/65TR15.0"
                ]
            },
            {
                "title": "Safety Features",
                "description": [
                    "Driver & front passenger Next Generation multi-stage airbags",
                    "3-point seat belts for all seating positions-inc: front height adjustable shoulder belts",
                    "LATCH ready child seat anchor system w/upper tether anchorages",
                    "Rear door child safety locks",
                    "Internal emergency trunk release"
                ]
            },
            {
                "title": "Mechanical Features",
                "description": [
                    "120-amp alternator",
                    "Pwr rack & pinion steering",
                    "510 CCA maintenance-free battery",
                    "Lock-up torque converter",
                    "Front stabilizer bar",
                    "16.0gal. Fuel Tank",
                    "Pwr front disc & rear drum brakes",
                    "Engine: 2.4L 4 Cyl. DOHC 16V SMPI",
                    "Front-Wheel",
                    "Compact spare tire",
                    "Transmission: 4-Speed Automatic"
                ]
            }
        ],
        "recalls": [
            {
                "campaign_id": "10E059000",
                "description": {
                    "date": "12/27/2010",
                    "component": "Suspension",
                    "summary": "federal-mogul is recalling certain replacement control arm assemblies, part numbers k7425, 10945, fa4510x, k7427, 10946, and fa4611x, sold for use on various passenger vehicles listed above. the ball joint on the control arm assembly can fail causing the ball stud to wear through the control arm housing resulting in noise and/or separation of the ball stud from the housing.",
                    "consequences": "if there is a separation of the ball stud from the housing, the driver can loose steering control, possibly resulting in a vehicle crash.",
                    "remedy": "federal-mogul will notify owners of record and replace the affected control arms free of charge. the safety recall began on january 28, 2011. owners may contact federal-mogul at 1-877-489-6659."
                }
            },
            {
                "campaign_id": "09E056000",
                "description": {
                    "date": "10/09/2009",
                    "component": "Suspension",
                    "summary": "qualis automotive is recalling certain aftermarket ball joints sold for use on certain passenger vehicles. the socket may have been excessively hardened which could cause it to crack near the retaining ring groove allowing the ball stud to separate under impact load. the subject ball joints were sold as four part numbers, d10945, d10946, g10945, and g10946. the affected control arms, d10945 and d10946, are stamped with the following dates on the ball joints: 134308, 135708, 100109, 102709, 104109, 105509, 107609, 108909, 110309, 113209, and 116609. the g10945 and g10946 are the same part as the d10945 and d10946 respectively. they are labeled differently depending on the aftermarket customer.",
                    "consequences": "separation of the ball stud from the socket of the ball joint housing would allow the control arm to collapse and the wheel to fold in causing loss of steering control, possibly resulting in a crash.",
                    "remedy": "qualis automotive will replace the ball joints free of charge. the safety recall began on november 9, 2009. owners may contact qualis automotive at 1-800-493-4128."
                }
            },
            {
                "campaign_id": "07E023000",
                "description": {
                    "date": "03/29/2007",
                    "component": "Service Brakes, Hydraulic",
                    "summary": "certain cardone master cylinders with part numbers 10-2925, 10-2987, 10-2987mza, 10-3083, 11-3015, 11-3042, 11-3044, 11-3045, 11-3047, 11-3064, and 11-3156, and with date codes lower than dca7078 sold as replacement equipment for use on the vehicles listed above. the seal on master cylinder can fail and leak brake fluid.",
                    "consequences": "loss of brake fluid can result in poor braking performance, possibly resulting in a vehicle crash.",
                    "remedy": "cardone will notify owners and offer to repurchase any defective master cylinders. the recall began during april 2007. owners can contact cardone at 1-800-777-4780."
                }
            }
        ],
        "maintenance": [
            {
                "mileage": 3000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 6000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 9000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 12000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 15000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 18000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 21000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 24000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 27000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 30000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check coolant level, hoses, and clamps",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check fuel hoses condition",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 33000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 36000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 39000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 42000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 45000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 48000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 51000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 54000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 57000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 60000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Check distributor cap and rotor",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check evaporative emission control system for leaks and clogging (except evaporative emission \tcanister).",
                            "Check fuel hoses condition",
                            "Check fuel system for leak (tank, pipe line and connection, and fuel tank filler tube cap).",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Change automatic transaxle fluid and filter",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace ignition cables",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 63000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 66000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 69000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 72000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 75000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 78000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 81000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 84000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 87000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 90000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check coolant level, hoses, and clamps",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check fuel hoses condition",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace engine timing belt",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 93000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 96000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 99000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 102000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace drive belts",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 105000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 108000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 111000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 114000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 117000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 120000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace engine timing belt",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Check distributor cap and rotor",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check evaporative emission control system for leaks and clogging (except evaporative emission \tcanister).",
                            "Check fuel hoses condition",
                            "Check fuel system for leak (tank, pipe line and connection, and fuel tank filler tube cap).",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect SRS airbag system",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Change automatic transaxle fluid and filter",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace ignition cables",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 123000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 126000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 129000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 132000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 135000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 138000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 141000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 144000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 147000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 150000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check coolant level, hoses, and clamps",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check fuel hoses condition",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            }
        ],
        "repair": [
            {
                "title": "Air Conditioning - Replace Compressor",
                "description": "When temperatures rise, your vehicle’s air conditioning system has to work harder to keep you cool. Over time, the A/C may not blow as cold as you want, even though the control is at the coldest setting. Eventually, the compressor will wear out and need to be replaced. Probably the most important part of the air conditioning system, the compressor ensures a constant flow of refrigerant to cool the air channeled into the passenger cabin. Lack of cold air plus noises from clattering bearings or a squealing belt are signs of compressor failure. Although this repair is relatively straightforward, it’s best done by a professional versed in evacuating and recharging the compressor’s refrigerant.  ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 581,
                        "min": 429
                    },
                    {
                        "name": "Labor",
                        "max": 871,
                        "min": 643
                    }
                ]
            },
            {
                "title": "Wheels - Alignment",
                "description": "Alignment is the process of making sure all 4 wheels point in the same direction, which will cause the vehicle to drive straight and not drift. Performing this service regularly (yearly or after the vehicle starts drifting) will extend the life of your tires. Alignment is measured in degrees of camber (tire leaning inward or outward), caster (forward or backward slope of steering components in relation to the McPherson struts) and toe (the direction the tires are pointing). Toe-in means that the tires are pointing inward; toe-out means that the tires are pointing outward. Most vehicles are “averaged” for everyday driving. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 141,
                        "min": 105
                    }
                ]
            },
            {
                "title": "Battery - Replace",
                "description": "Diamonds may be forever, but batteries are not. A car battery lasts approximately 3-4 years – or less in regions with high heat and humidity. A key sign of pending failure could be sluggish starting cycle. Many mechanics suggest having a battery “load tested” once every two years, in an attempt to predict just how much life may be left in your battery.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 172,
                        "min": 127
                    },
                    {
                        "name": "Labor",
                        "max": 92,
                        "min": 68
                    }
                ]
            },
            {
                "title": "Brakes - Adjust",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes.  Modern braking systems typically are self-adjusting to ensure that the brake pad maintains constant contact with the braking surface on a rotor or drum when the brakes are applied. Older brakes may need periodic adjustment where the pad is realigned to close the gap between it and the surface by tightening adjustment screws in the brake mechanism.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 154,
                        "min": 114
                    }
                ]
            },
            {
                "title": "Brake Fluid - Flush Fluid & Bleed Brakes",
                "description": "Air in the brake lines can create a spongy feeling when you apply the brakes. Bleeding the brake lines usually removes the air, but it isn’t a job for the faint of heart. Better left to professionals, newer ABS braking systems require specialized equipment to complete the job. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 77,
                        "min": 57
                    },
                    {
                        "name": "Labor",
                        "max": 95,
                        "min": 70
                    }
                ]
            },
            {
                "title": "Brakes - Replace Pads & Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads.  A mechanic can examine brake pad thickness during a tire rotation or other service. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need to  resurface or  replace the brake rotors. Resurfacing a brake rotor will extend the life of the rotors by grinding a tiny amount of the metal surface area away to remove any irregularities or other imperfections that have cropped up over time. After a while, the entire brake rotor may need replacement if it has become too thin (through repeated grindings) or warped from variations in temperature. Don’t delay, as brakes are probably one of the most critical safety devices on your vehicle, right up there with seat belts.  ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 327,
                        "min": 242
                    },
                    {
                        "name": "Labor",
                        "max": 268,
                        "min": 198
                    }
                ]
            },
            {
                "title": "Brakes - Replace Pads",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes.  Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads. It’s always better to replace the pads before they start squeaking, to avoid damaging the brake rotors. A mechanic can check brake pad thickness during a tire rotation or other service. The number of miles you can go before replacing the brake pads really depends on your driving style.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 126,
                        "min": 94
                    },
                    {
                        "name": "Labor",
                        "max": 235,
                        "min": 174
                    }
                ]
            },
            {
                "title": "Brakes - Replace Pads & Resurface Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads. A mechanic can check brake pad thickness during a tire rotation or other service. As part of the service, the rotors will be resurfaced by grinding part of the metal surface away to remove irregularities or other imperfections. Resurfacing extends the life of the rotor and is less expensive than replacing the rotor. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 158,
                        "min": 116
                    },
                    {
                        "name": "Labor",
                        "max": 237,
                        "min": 175
                    }
                ]
            },
            {
                "title": "Brakes - Replace Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need to resurface or replace the brake rotors. Resurfacing a brake rotor will extend the life of the rotors by grinding a tiny amount of the metal away, to remove irregularities or other imperfections that have cropped up over time. After a while, the entire brake rotor may need to be replaced if it has become too thin (through repeated grindings) or warped from variations in temperature. Don’t delay, as brakes are one of the most critical safety devices on your vehicle, right up there with seat belts.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 198,
                        "min": 146
                    },
                    {
                        "name": "Labor",
                        "max": 161,
                        "min": 119
                    }
                ]
            },
            {
                "title": "Brakes - Resurface Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need t resurface the brake rotors. Resurfacing extends the life of the rotors by grinding a tiny amount of the metal surface area away, to remove any irregularities or other imperfections that have cropped up over time. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 209,
                        "min": 155
                    }
                ]
            },
            {
                "title": "Cabin Air Filter - Replace",
                "description": "Modern heating and air conditioning systems in cars use an in-cabin air filter to help purify the air and eliminate outside odors. Consult your owner’s manual or maintenance schedule for how often it should be changed. For convenience, you might consider having the cabin air filter changed in conjunction with other routine maintenance. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 23,
                        "min": 17
                    },
                    {
                        "name": "Labor",
                        "max": 43,
                        "min": 32
                    }
                ]
            },
            {
                "title": "Coolant - Flush",
                "description": "Periodically flushing the engine coolant can help keep contaminants that clog the radiator’s cooling element from building up. A clogged radiator could make the engine run hot, cause premature wear and even lead to engine failure. Fresh coolant also contains inhibitors that will keep the entire cooling system clean from rust, which could cause leaks in the radiator. Typically, you should flush and replace the coolant every 30,000 miles or five years, whichever comes first.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 82,
                        "min": 60
                    },
                    {
                        "name": "Labor",
                        "max": 124,
                        "min": 92
                    }
                ]
            },
            {
                "title": "Engine Diagnostics - Check Engine Light",
                "description": "Diagnostics are periodic checks of the system operations of your car, truck or SUV that can give you a quick window into your vehicle’s health. A mechanic performs diagnostics by plugging into a receptacle under the dashboard to access the On Board Diagnostics (OBD-II) tool or by tapping into a system like General Motors’ OnStar. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 284,
                        "min": 211
                    }
                ]
            },
            {
                "title": "Differential Fluid - Flush",
                "description": "In addition to wheels, a vehicle’s drive axle includes a differential unit, which uses gears to synchronize the rate at which the wheels rotate. When your vehicle turns, the inside wheels don’t need to make as many rotations as the outside wheels, which have a greater distance to cover. The differential helps keep the axle from binding up from this difference in turning rates. A thin coat of oil lubricates these gears, and that oil needs to be changed from time to time. Your owner’s manual or maintenance minder will tell you when to replace it. If the oil becomes contaminated or the level drops too low, the gears could be damaged, which would lead to a more expensive repair or replacement. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 91,
                        "min": 66
                    },
                    {
                        "name": "Labor",
                        "max": 110,
                        "min": 82
                    }
                ]
            },
            {
                "title": "Engine Belt - Replace",
                "description": "Several types of engine belts need to be replaced from time to time. Vehicles from 1990 and newer typically have a serpentine belt. The belt snakes around the pulleys located at the front of the engine (or the side of a transverse-mounted engine) and drives multiple accessories including the alternator, power steering pump and air conditioning compressor. If it is squeaking or worn, it could break, which would make the engine inoperable. Check it at 60,000 miles but change it before 100,000 miles. Older vehicles usually have separate belts for the water pump, alternator, radiator fan and air conditioning system, but when they break, you still may be able to get home. Finally, engine timing belts help to keep the camshaft and crankshaft in sync so that pistons and valves operate in sync. They typically last from 60,000 to 90,000 miles. A broken timing belt could result in engine damage and an expensive rebuild.  ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 92,
                        "min": 68
                    },
                    {
                        "name": "Labor",
                        "max": 138,
                        "min": 102
                    }
                ]
            },
            {
                "title": "Engine Control Unit (ECU) - Reprogram",
                "description": "Flashing or reprogramming your engine’s computer keeps it up-to-date and operating properly. The engine control unit (ECU) is a computer that controls all of your vehicle’s electronic systems. Like many computers, it occasionally requires reprogramming of its operating software. Your vehicle’s warranty may covered it, but there’s usually an additional charge. For example,  Mazda charged a fee to re-flash the system so their vehicles could operate Apple CarPlay or Android Auto. On occasion, other vehicles revert to limp-home mode following an ECU malfunction. In order to diagnose what needs to be done, a dealership technician will connect a computer to the vehicle’s On-Board Diagnostic II (OBD-II) port. Consult with your dealership service department for more information on your specific car, truck or SUV. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 62,
                        "min": 46
                    }
                ]
            },
            {
                "title": "Engine Air Filter - Replace",
                "description": "The engine air filter helps trap dirt and debris before it can enter the engine. Typically, you should change the engine air filter every 30,000 to 45,000 miles, but if you’re in a dusty, dirty region, cut these distances in half.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 26,
                        "min": 19
                    },
                    {
                        "name": "Labor",
                        "max": 21,
                        "min": 16
                    }
                ]
            },
            {
                "title": "Fuel Filter - Replace",
                "description": "The fuel filter is positioned in the line leading from the gas tank to the engine and prevents containments from getting inside the engine, which could lead to a loss in performance and potential damage to the cylinder lining. Older cars may need their filters replaced as often as every two years and 30,000 miles; newer vehicles could go as long as 50,000 miles before needing the filter changed. Consult your owner’s manual for more information.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 70,
                        "min": 52
                    },
                    {
                        "name": "Labor",
                        "max": 85,
                        "min": 63
                    }
                ]
            },
            {
                "title": "Fuel Injector - Replace",
                "description": "A vehicle’s fuel delivery system has progressed quite a bit from the carburetor that used to sit on top of the engine. Today, modern vehicles feature precise fuel injection systems located on top of – or even inside – the combustion chamber. Restrictions in fuel flow, electrical problems with the injectors themselves or even dirty or contaminated fuel can all cause trouble. Fuel injectors will typically last between 50,000 and 100,000 miles. Much of this lifespan is determined by the type of fuel used and how often the vehicle’s fuel filters are changed. Some symptoms that your fuel injectors need replacing include an illuminated check engine light, a decrease in fuel efficiency, a smell of fuel (especially near the fuel injectors under the hood) and engine misfiring. Fuel injector replacement is a job best performed by an ASE-certified mechanic at a dealership service department or automotive service center. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 232,
                        "min": 172
                    },
                    {
                        "name": "Labor",
                        "max": 347,
                        "min": 257
                    }
                ]
            },
            {
                "title": "Fuel Injector - Service",
                "description": "Changing from carburetors to fuel injection systems has made fuel delivery more precise. But every now and then the system needs to be flushed, cleaned and restored. Servicing your fuel injection system helps to remove waxy build-up & deposits and cleans the intake valves, cylinder heads and fuel delivery lines. This results in an extended engine life, improved performance, and better fuel economy. Most modern engines suggest fuel injector service at 60,000 miles, unless a specific problem crops up. Check your owner’s manual to know for sure with your car. If you notice a certain sluggishness in acceleration and a decrease in fuel economy, it might mean it’s time for a fuel injector service. Your local dealership service department performs this job every day. Contact them for more information. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 143,
                        "min": 106
                    },
                    {
                        "name": "Labor",
                        "max": 214,
                        "min": 158
                    }
                ]
            },
            {
                "title": "Fuel Pump - Replace",
                "description": "Located inside your fuel tank, a fuel pump has a small electric motor to make sure that pressurized gasoline flows to the engine to power the vehicle. Along the way, the fuel passes through a filter, either inside the fuel tank or externally in the fuel flow line. Most fuel pumps will last for the life of the vehicle but occasionally they can fail. Signs of such failure are a car that won’t start or stalls once it has started. Other times, the fuel flow can slowly become starved causing the check engine light to come on. Or if you hear a whirring sound coming from your fuel tank, the fuel pump may be about to fail, since fuel pumps do not normally make noise. A mechanic will need to get to the failed pump through the top of the fuel tank via an access panel in the passenger compartment or by removing the tank from the vehicle. This moderately complicated job is best performed at your dealership’s service department. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 507,
                        "min": 375
                    },
                    {
                        "name": "Labor",
                        "max": 507,
                        "min": 375
                    }
                ]
            },
            {
                "title": "Tire(s) - Mount & Balance (4 Wheels)",
                "description": "Just getting a new tire doesn’t always result in a smooth ride. Because of manufacturing and mounting irregularities, tires need to be balanced by adding counter-balancing weights to certain parts of the wheel. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 265,
                        "min": 196
                    }
                ]
            },
            {
                "title": "Oil Change",
                "description": "An oil change is the act of replacing the oil and oil filter in your car, truck or SUV’s crankcase. Oil has a limited life span and should be changed according to the maintenance schedule in your Owner’s Manual. Many modern vehicles use synthetic motor oil that can stretch the time/mileage interval to as long as 12,000 miles/12 months. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 37,
                        "min": 26
                    },
                    {
                        "name": "Labor",
                        "max": 25,
                        "min": 18
                    }
                ]
            },
            {
                "title": "Power Steering Fluid - Flush",
                "description": "Modern cars, trucks and SUVs all use power steering to make maneuvering effortless. The power steering system uses a pump and hydraulic pressure to assist the steering gears. Power steering fluid is designed to last for as long as 100,000 miles, but the system may leak or the fluid may become exhausted before then. Follow the recommendation from your owner’s manual to see when it’s time to flush the power steering fluid. A mechanic will flush the system by removing dark, discolored power steering fluid and refilling it with fresh fluid, while an assistant turns the steering wheel from left to right to get old fluid out of the system. When the remaining fluid appears like fresh fluid, the system has been successfully flushed. Remove the remaining fluid, refill with fresh power steering fluid and your vehicle should be good for another 100,000 miles. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 82,
                        "min": 60
                    },
                    {
                        "name": "Labor",
                        "max": 100,
                        "min": 74
                    }
                ]
            },
            {
                "title": "Spark Plugs - Replace",
                "description": "Spark plugs ignite the fuel mixture in the engine, providing the power to make your car go. Sitting atop your engine’s cylinder head, it receives a spark from the electronic ignition in modern vehicles, or the distributor cap and rotor found in older cars. Eventually, at around 30,000 miles to as high as 40,000 miles, conventional spark plugs will wear out, which could cause stalling, starting problems and engine misfires. Higher-cost platinum-tipped spark plugs may not need to be replaced as often. At the same time, it might be appropriate to replace your oxygen sensor, spark plug wires, PCV valve and fuel filter. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 108,
                        "min": 80
                    },
                    {
                        "name": "Labor",
                        "max": 161,
                        "min": 119
                    }
                ]
            },
            {
                "title": "Thermostat - Replace",
                "description": "A vehicle’s cooling system uses a thermostat valve to help regulate the engine’s temperature. When the engine is cold, the valve will be closed, bypassing the radiator and allowing the engine to rapidly come up to operating temperature. After that level has been reached, the valve on the thermostat opens to allow coolant to circulate through the radiator. But sometimes, through normal wear and tear or contaminants in the coolant, the thermostat may fail to open, causing the engine to overheat. This will be evident by the temperature gauge climbing into the high temperature (usually red) zone. Remember that a thermostat failure can also be caused by other factors, as well. For that reason, it is important to have a skilled mechanic check all the links in the chain – radiator, coolant pump, hoses and thermostat. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 106,
                        "min": 78
                    },
                    {
                        "name": "Labor",
                        "max": 423,
                        "min": 313
                    }
                ]
            },
            {
                "title": "Timing Belt - Replace",
                "description": "Critical to the operation of your vehicle, the timing belt synchs the operations of the camshaft and the crankshaft so that the valves operate efficiently and safely. Older cars may have a timing chain, similar to a chain on a motorcycle, with a life cycle of around 60,000 miles. Newer models use timing belts made of polyurethane and Kevlar for long life and durability. They can go as long as 100,000 miles although it’s always a good idea to change it before then. Belt failure can cause extensive damage to the valves, pistons and other internal parts of the engine. The cost of changing the timing belt is a bargain when you consider the cost to replace the entire engine. Start thinking about changing the timing belt once you cross the 90,000-mile threshold. Check your owner’s manual for details. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 564,
                        "min": 418
                    },
                    {
                        "name": "Labor",
                        "max": 847,
                        "min": 626
                    }
                ]
            },
            {
                "title": "Tire Pressure (TPMS) Sensor - Replace",
                "description": "A tire pressure sensor is designed to warn that one or more of your tires is underinflated. All cars built since 2007 are required to have this system. The most common sensor uses a battery and operates via a wireless transmitter mounted inside the rim of your tire’s wheel. When it detects low pressure, it sends a signal to your vehicle’s computer system that shows up on your instrument panel as an icon of a tire or some other alert. Most warn of low pressure without indicating a specific tire, while more advanced systems can flag an individual wheel or indicate the pressure in each tire. The batteries in tire pressure sensors last around five to seven years but sometimes they can fail earlier. The sensors can also be damaged from potholes or other sudden jarring. Replacing the sensor is easy for a tire retailer or your dealership service department. Your service technician will also electronically reset the system after replacing the sensors or whenever you replace your tires. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 109,
                        "min": 81
                    },
                    {
                        "name": "Labor",
                        "max": 164,
                        "min": 122
                    }
                ]
            },
            {
                "title": "Tire(s) - Patch",
                "description": "A flat tire doesn’t necessarily mean that the tire needs replacement. Patching and plugging kits can fix holes in tires caused by small sharp objects like nails and screws. Patching the tire uses an internal patch to cover the opening and requires the tire to be removed from the rim. A plug fixes a hole externally, so in some cases, the tire doesn’t need to be taken off. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 25,
                        "min": 18
                    },
                    {
                        "name": "Labor",
                        "max": 35,
                        "min": 27
                    }
                ]
            },
            {
                "title": "Tire(s) - Rotate",
                "description": "Done every 5,000 miles or so, a tire rotation is the act of moving tires around your car, truck or SUV so the tires wear evenly. Some vehicles have “staggered” tire sizes, meaning that the fronts are smaller than the rears. In this case, they can only be rotated from left to right (or vice versa). Some high-performance tires shouldn’t be rotated at all, since they’re made to turn in one direction only (usually indicated by an arrow on the tire’s sidewall). As always, consult your owner’s manual for more information.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 37,
                        "min": 26
                    }
                ]
            },
            {
                "title": "Tire(s) - Rotate & Balance (4 Wheels)",
                "description": "Done every 5,000 miles or so, a tire rotation is the act of moving tires around the vehicle so they have the opportunity to wear evenly. Some vehicles use “staggered” tire sizes meaning the fronts are smaller than  the rears. In this case, they can only be rotated from left to right (and vice versa).  Some high-performance tires shouldn’t be rotated at all, since they’re made to turn in one direction only (usually indicated by an arrow on the tire’s sidewall). As always, consult your owner’s manual for more information. Mounting new tires or rotating existing ones doesn’t always result in a smooth ride.  Because of manufacturing and mounting irregularities, tires need to be balanced by adding counter-balancing weights to certain parts of the wheel.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 89,
                        "min": 66
                    }
                ]
            },
            {
                "title": "Transmission Fluid - Flush",
                "description": "Most new vehicles are equipped with an automatic transmission. As a result, there's not really much maintenance to perform. Still, most owner’s manuals will recommend changing the transmission fluid every 90,000 miles or so. Flushing your transmission’s fluid has fallen out of vogue in recent years because the high-pressure cleaning involved may dislodge debris inside the transmission that can literally gum up the works. By following your vehicle’s maintenance schedule, your car’s gearbox will offer years of trouble-free driving. For more information check with your owner’s manual and your dealership service advisor.\n",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 158,
                        "min": 117
                    },
                    {
                        "name": "Labor",
                        "max": 194,
                        "min": 143
                    }
                ]
            },
            {
                "title": "Water Pump - Replace",
                "description": "The water pump is an essential component that keeps the coolant circulating, a critical role in ensuring that the engine maintains the proper operating temperature. Without coolant being circulated, the engine will overheat, leading to premature wear and damage. A failing water pump can also leak causing further loss of coolant. Water pumps are designed to last at least 100,000 miles, however, if your water pump fails, you should replace it with a high-quality original-equipment level unit. Less expensive replacement pumps are available, but they might only have a service life of 30,000 miles.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 259,
                        "min": 191
                    },
                    {
                        "name": "Labor",
                        "max": 480,
                        "min": 354
                    }
                ]
            },
            {
                "title": "Wiper Blades - Replace 1 Front Wiper",
                "description": "Consider them part of the vehicle’s safety equipment: If you can’t see through the windshield, you are likely putting yourself, your family and your vehicle at risk. You should aim to replace your wiper blades every six months to a year, due to the toll they take from extreme heat and humidity, which work to cut down the useful life of your blades.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 40,
                        "min": 30
                    },
                    {
                        "name": "Labor",
                        "max": 11,
                        "min": 8
                    }
                ]
            }
        ]
    }
}

Premium Plus by YMMT

Premium Plus by YMMT is built to return a wide range of data points. This category is designed for customers and businesses in need of complete vehicle specifications, features, and equipment. It returns comprehensive and accurate VIN descriptions, packages information, and more to deliver a complete picture of any vehicle. Gain access to a vehicle's:

  • Year
  • Make
  • Model
  • Trim
  • Base MSRP
  • Delivery charges
  • Invoice price
  • Total price
  • Specifications
  • Exterior dimensions
  • Interior dimensions
  • Weights
  • Suspensions
  • Seating
  • Wheels and tires
  • Green score
  • Doors
  • Engine size
  • Engine number of cylinders
  • Displacement
  • Drivetype
  • Horsepower
  • Torque
  • Engine location
  • Engine valves
  • Engine bore
  • Engine stroke
  • Transmission type
  • Transmission speed
  • Description of the transmission
  • Fuel type
  • Tank capacity
  • Other fuel-related specifications
  • Mileage
  • City mileage
  • Highway mileage
  • Combined mileage
  • Electric powertrain details
  • Electric range
  • Power output
  • Battery type
  • Battery specifications
  • Exterior color descriptions
  • Exterior color pricing
  • Exterior color invoice details
  • Exterior color codes
  • Interior color descriptions
  • Interior color pricing
  • Interior color Invoice details
  • Interior color codes
  • Details about standard and additional OEM packages
  • Package descriptions
  • Package pricing
  • Package invoice details
  • Unique codes for each package
  • Information about various warranties
  • Basic warranties
  • Corrosion warranties
  • Powertrain warranties
  • Roadside assistance warranties
  • NHTSA crash test ratings
  • Highway safety ratings
  • Highway loss ratings
  • Comprehensive information about standard features
  • Mechanical features
  • Exterior features
  • Interior features
  • Safety features
  • Infotainment features
  • OEM maintenance schedule at different mileage intervals
  • Data about various vehicle parts
  • Prices and descriptions for replacement parts or repairs

Coverage: All US/Canada cars and semi-trucks.

Support: 1999-present

To get list of available years, makes, models, and trims, start from here Premium Plus YMMT

Legacy API (v1)

Premium Plus VIN Decode One Trim

Premium Plus VIN Decode Multiple Trims

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/v2/{year}/{make}/{model}/{trim}

GET Parameters

Parameter Required Description
Year Yes Vehicle Year
Make Yes Vehicle Make
Model Yes Vehicle Model
Trim Yes Vehicle Trim

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data An object containing all the data available.

{
    "status": "success",
    "data": {
        "year": 2006,
        "make": "Dodge",
        "model": "Stratus",
        "trim": "SXT",
        "style": "4dr Sedan Automatic",
        "trim_and_style": "SXT 4dr Sedan Automatic",
        "summary": "The 2006 Dodge Stratus SXT is a sedan that comes with a 2.4L I-4 150HP engine and a 4-speed automatic transmission with overdrive. It has standard features like air conditioning, 16\" alloy wheels, cruise control, power mirrors, power windows, power locks, auto locking doors, remote keyless entry, and an AM/FM stereo with a single CD player and four speakers. Overall, the Stratus SXT offers a comfortable and convenient driving experience with its range of features.",
        "price": {
            "base_msrp": 20825,
            "delivery_charges": 675,
            "invoice_price": 19278,
            "total_price": 20500,
            "currency": "USD"
        },
        "vehicle": {
            "epa_classification": "Mid-size",
            "rear_door_type": "",
            "body_type": "Sedan",
            "doors": 4
        },
        "dimensions": [
            {
                "exterior": [
                    {
                        "overall_length": [
                            {
                                "value": 4856,
                                "unit": "mm"
                            },
                            {
                                "value": 191.18,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "overall_length_without_rear_bumper": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overall_length_with_rear_bumper": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overall_width": [
                            {
                                "value": 1793,
                                "unit": "mm"
                            },
                            {
                                "value": 70.59,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "max_width_without_mirrors": [
                            {
                                "value": 70.6,
                                "unit": "in"
                            },
                            {
                                "value": 1793.24,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overall_height": [
                            {
                                "value": 1394,
                                "unit": "mm"
                            },
                            {
                                "value": 54.88,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "liftover_height": [
                            {
                                "value": 31.3,
                                "unit": "in"
                            },
                            {
                                "value": 795.02,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overhang_front": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "overhang_rear_without_bumper": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_door_opening_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_door_opening_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "side_door_opening_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "track_width_front": [
                            {
                                "value": 60.2,
                                "unit": "in"
                            },
                            {
                                "value": 1529.08,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "track_width_rear": [
                            {
                                "value": 60.2,
                                "unit": "in"
                            },
                            {
                                "value": 1529.08,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "wheelbase": [
                            {
                                "value": 2743,
                                "unit": "mm"
                            },
                            {
                                "value": 107.99,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_step_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "side_step_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "ground_to_top_of_load_floor": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cab_to_end_of_frame": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    }
                ]
            },
            {
                "interior": [
                    {
                        "passenger_volume": [
                            {
                                "value": 2662,
                                "unit": "l"
                            },
                            {
                                "value": 94,
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "trunk_volume": [
                            {
                                "value": 16,
                                "unit": "cu.ft"
                            },
                            {
                                "value": 453.07,
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "front_head_room": [
                            {
                                "value": 955,
                                "unit": "mm"
                            },
                            {
                                "value": 37.6,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_head_room": [
                            {
                                "value": 909,
                                "unit": "mm"
                            },
                            {
                                "value": 35.8,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_head_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_head_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_head_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_shoulder_room": [
                            {
                                "value": 1402,
                                "unit": "mm"
                            },
                            {
                                "value": 55.2,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_shoulder_room": [
                            {
                                "value": 1389,
                                "unit": "mm"
                            },
                            {
                                "value": 54.7,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_shoulder_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_shoulder_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_shoulder_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_hip_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "front_leg_room": [
                            {
                                "value": 1074,
                                "unit": "mm"
                            },
                            {
                                "value": 42.3,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_leg_room": [
                            {
                                "value": 968,
                                "unit": "mm"
                            },
                            {
                                "value": 38.1,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "third_row_leg_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fourth_row_leg_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "fifth_row_leg_room": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "cargo": [
                    {
                        "cargo_volume": [
                            {
                                "value": 453,
                                "unit": "l"
                            },
                            {
                                "value": 16,
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "max_cargo_volume": [
                            {
                                "value": 453,
                                "unit": "l"
                            },
                            {
                                "value": 16,
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "front_cargo_volume": [
                            {
                                "value": "",
                                "unit": "l"
                            },
                            {
                                "value": "",
                                "unit": "cu.ft"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat1": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat2": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat3": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_to_seat4": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_with_rear_seat_down": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "cargo_volume_with_rear_seat_up": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "extended_cab_cargo_volume": [
                            {
                                "value": "",
                                "unit": "cu.ft"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "floor_to_console_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "floor_to_seat1_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "floor_to_seat2_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "floor_to_seat3_cargo_area_length": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "beltline_cargo_area_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cargo_box_height": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cargo_box_floor_length": [
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "cargo_box_floor_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "cargo_box_wheelhousings_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "tailgate_width": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    }
                ]
            },
            {
                "weights": [
                    {
                        "curb_weight_as_spec'd": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "payload_as_spec'd": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight_base": [
                            {
                                "value": 3182,
                                "unit": "lb"
                            },
                            {
                                "value": 1443.08,
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight_front": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "curb_weight_rear": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "gross_axle_weight_rating": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "gross_combined_weight_rating": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "gross_vehicle_weight_rating": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_payload_capacity": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "option_weight_front": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "option_weight_rear": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "total_option_weight": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    }
                ]
            },
            {
                "ground_clearance": [
                    {
                        "ground_clearance_max": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "ground_clearance_min": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "off_road_attributes": [
                    {
                        "approach_angle": [
                            {
                                "value": "",
                                "unit": "deg"
                            }
                        ]
                    },
                    {
                        "departure_angle": [
                            {
                                "value": "",
                                "unit": "deg"
                            }
                        ]
                    },
                    {
                        "ramp_breakover_angle": [
                            {
                                "value": "",
                                "unit": "deg"
                            }
                        ]
                    }
                ]
            },
            {
                "steering": [
                    {
                        "turning_diameter_curb_to_curb": [
                            {
                                "value": 36.8,
                                "unit": "ft"
                            },
                            {
                                "value": 11.22,
                                "unit": "m"
                            }
                        ]
                    },
                    {
                        "turning_diameter_wall_to_wall": [
                            {
                                "value": "",
                                "unit": "ft"
                            },
                            {
                                "value": "",
                                "unit": "m"
                            }
                        ]
                    },
                    {
                        "turning_radius_curb_to_curb": [
                            {
                                "value": 18.4,
                                "unit": "ft"
                            },
                            {
                                "value": 5.61,
                                "unit": "m"
                            }
                        ]
                    },
                    {
                        "turning_radius_wall_to_wall": [
                            {
                                "value": "",
                                "unit": "ft"
                            },
                            {
                                "value": "",
                                "unit": "m"
                            }
                        ]
                    }
                ]
            },
            {
                "trailering": [
                    {
                        "max_capacity": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_tongue_dead_weight_hitch": [
                            {
                                "value": 100,
                                "unit": "lb"
                            },
                            {
                                "value": 45.35,
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_trailer_dead_weight_hitch": [
                            {
                                "value": 1000,
                                "unit": "lb"
                            },
                            {
                                "value": 453.51,
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_tongue_fifth_wheel_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_trailer_fifth_wheel_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_tongue_weigth_distributing_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    },
                    {
                        "max_trailer_weigth_distributing_hitch": [
                            {
                                "value": "",
                                "unit": "lb"
                            },
                            {
                                "value": "",
                                "unit": "kg"
                            }
                        ]
                    }
                ]
            },
            {
                "braking": [
                    {
                        "front_brake_rotor_dia": [
                            {
                                "value": 11.1,
                                "unit": "in"
                            },
                            {
                                "value": 281.94,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "front_brake_rotor_thickness": [
                            {
                                "value": 1,
                                "unit": "in"
                            },
                            {
                                "value": 25.4,
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_brake_rotor_dia": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    },
                    {
                        "rear_brake_rotor_thickness": [
                            {
                                "value": "",
                                "unit": "in"
                            },
                            {
                                "value": "",
                                "unit": "mm"
                            }
                        ]
                    }
                ]
            },
            {
                "wheels": [
                    {
                        "front_wheel_size": [
                            {
                                "value": "16 x 6.5 ",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "rear_wheel_size": [
                            {
                                "value": "16 x 6.5 ",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "spare_wheel_size": [
                            {
                                "value": "15 x 4.0 ",
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "engine": [
                    {
                        "engine_size": [
                            {
                                "value": 2.7,
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "horsepower": [
                            {
                                "value": 5800,
                                "unit": "rpm"
                            },
                            {
                                "value": 200,
                                "unit": "hp"
                            }
                        ]
                    },
                    {
                        "torque": [
                            {
                                "value": 4850,
                                "unit": "rpm"
                            },
                            {
                                "value": 190,
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "bore": [
                            {
                                "value": 87.4,
                                "unit": "mm"
                            },
                            {
                                "value": 3.44,
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "stroke": [
                            {
                                "value": 101,
                                "unit": "mm"
                            },
                            {
                                "value": 3.98,
                                "unit": "in"
                            }
                        ]
                    }
                ]
            },
            {
                "fuel": [
                    {
                        "tank_capacity": [
                            {
                                "value": 16,
                                "unit": "gal"
                            },
                            {
                                "value": 60.56,
                                "unit": "l"
                            }
                        ]
                    },
                    {
                        "auxiliary_fuel_tank_capacity": [
                            {
                                "value": "",
                                "unit": "gal"
                            },
                            {
                                "value": "",
                                "unit": "l"
                            }
                        ]
                    }
                ]
            },
            {
                "mpg": [
                    {
                        "cruising_range_city": [
                            {
                                "value": 352,
                                "unit": "mi"
                            }
                        ]
                    },
                    {
                        "cruising_range_hwy": [
                            {
                                "value": 480,
                                "unit": "mi"
                            }
                        ]
                    },
                    {
                        "estimated_battery_range": [
                            {
                                "value": "",
                                "unit": "mi"
                            }
                        ]
                    }
                ]
            },
            {
                "electric_powertrain": [
                    {
                        "motor1_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor2_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor3_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor4_torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    },
                    {
                        "motor_horsepower": [
                            {
                                "value": "",
                                "unit": "hp"
                            }
                        ]
                    }
                ]
            },
            {
                "traction_battery": [
                    {
                        "all_electric_range": [
                            {
                                "value": "",
                                "unit": "miles"
                            }
                        ]
                    },
                    {
                        "total_dual_fusion": [
                            {
                                "value": "",
                                "unit": "miles"
                            }
                        ]
                    },
                    {
                        "peak_dc_fast_charge_time": [
                            {
                                "value": "",
                                "unit": "minutes"
                            }
                        ]
                    }
                ]
            },
            {
                "range_extender": [
                    {
                        "output": [
                            {
                                "value": "",
                                "unit": "hp"
                            }
                        ]
                    },
                    {
                        "rpm": [
                            {
                                "value": "",
                                "unit": "rpm"
                            }
                        ]
                    },
                    {
                        "bore": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "stroke": [
                            {
                                "value": "",
                                "unit": "mm"
                            },
                            {
                                "value": "",
                                "unit": "in"
                            }
                        ]
                    },
                    {
                        "torque": [
                            {
                                "value": "",
                                "unit": "lb.ft"
                            }
                        ]
                    }
                ]
            }
        ],
        "specifications": [
            {
                "steering": {
                    "type": "Pwr Rack & Pinion",
                    "overall_ratio": 17.7,
                    "turns_to_turns_ratio": 3.1
                }
            },
            {
                "braking": {
                    "type": "Pwr",
                    "primary_abs_system": "",
                    "secondary_abs_system": "",
                    "front_disc": "Yes",
                    "rear_disc": "",
                    "rear_drum": "Yes"
                }
            },
            {
                "electrical": {
                    "cold_cranking_capacity_amps": 510,
                    "max_alternator_capacity_amps": 120
                }
            },
            {
                "suspensions": {
                    "front_type": "Normal Duty",
                    "front_type_extended": "w/Stabilizer Bar",
                    "rear_type": "Normal Duty",
                    "rear_type_extended": "w/Stabilizer Bar",
                    "front_axle": "",
                    "rear_axle": ""
                }
            },
            {
                "seating": {
                    "number_of_seats": 5,
                    "max_seating_capacity": 5
                }
            },
            {
                "wheels": {
                    "front_wheel_material": "Aluminum",
                    "rear_wheel_material": "Aluminum",
                    "spare_wheel_material": "Steel"
                }
            },
            {
                "tires": {
                    "front_tire_size": "P205/60R16",
                    "rear_tire_size": "P205/60R16",
                    "spare_tire_size": "T125/70D15"
                }
            },
            {
                "emissions": {
                    "greenhouse_gas_score": "",
                    "air_pollution_score": ""
                }
            },
            {
                "engine": {
                    "type": "Gas 4-Cyl",
                    "code": "EER",
                    "cylinders_configuration": "V-6",
                    "displacement": 2700,
                    "compressor": "",
                    "drivetype": "FWD",
                    "oil_cooler": "",
                    "engine_location": "front",
                    "valves": 24,
                    "compression": 9.9,
                    "variable_intake_manifold": ""
                }
            },
            {
                "fuel": {
                    "type": "Regular Unleaded",
                    "standard_fuel_economy_type": ""
                }
            },
            {
                "mpg": {
                    "epa_city_economy": 22,
                    "epa_hwy_economy": 30,
                    "epa_combined_economy": 25,
                    "epa_city_equivalent": "",
                    "epa_hwy_equivalent": "",
                    "epa_combined_equivalent": ""
                }
            },
            {
                "electric_powertrain": {
                    "type": "",
                    "starter_electric_motor": "",
                    "battery_solar_charging": "",
                    "number_of_motors": "",
                    "system_net_power": "",
                    "system_net_torque": "",
                    "limited_slip_differential": "",
                    "front_locking_differential": "",
                    "rear_locking_differential": "",
                    "alternator_electric_motor": ""
                }
            },
            {
                "traction_battery": {
                    "type": "",
                    "number_of_cells": "",
                    "battery_capacity_kwh": "",
                    "battery_capacity_ah": "",
                    "charge_time_hrs_@_240v": "",
                    "dc_fast_charge_connector": "",
                    "onboard_charger_kw": "",
                    "peak_dc_fast_charge_rate_kw": "",
                    "voltage": ""
                }
            },
            {
                "range_extender": {
                    "block_material": "",
                    "compression_ratio": "",
                    "cylinders": "",
                    "displacement_cm3": "",
                    "displacement_cu.in": "",
                    "head_material": "",
                    "injection": "",
                    "liters": "",
                    "location": "",
                    "output_kw": "",
                    "recommended_fuel": "",
                    "torque_nm": "",
                    "valves_per_cylinder": "",
                    "valvetrain": ""
                }
            }
        ],
        "transmission": {
            "type": "automatic",
            "code": "DGL",
            "number_of_speeds": 4,
            "description": "4 speed automatic",
            "power_takeoff": "",
            "first_gear_ratio": 2.84,
            "second_gear_ratio": 1.57,
            "third_gear_ratio": 1,
            "fourth_gear_ratio": 0.69,
            "fifth_gear_ratio": "",
            "sixth_gear_ratio": "",
            "seventh_gear_ratio": "",
            "eighth_gear_ratio": "",
            "ninth_gear_ratio": "",
            "tenth_gear_ratio": "",
            "reverse_gear_ratio": 2.21,
            "final_drive_axle_ratio": 3.91,
            "transfer_case_gear_ratio_high": "",
            "transfer_case_gear_ratio_low": "",
            "transfer_case_model": "",
            "transfer_case_power_takeoff": ""
        },
        "exterior_colors": [
            {
                "generic_name": "silver",
                "description": "Bright Silver Metallic Clearcoat",
                "color_code": "PS2",
                "rgb_value": "189,187,185",
                "hex_value": "#bdbbb9",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "black",
                "description": "Brilliant Black Crystal Pearlcoat",
                "color_code": "PXR",
                "rgb_value": "4,4,5",
                "hex_value": "#040405",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "",
                "description": "Magnesium Pearlcoat",
                "color_code": "PPK",
                "rgb_value": "54,69,69",
                "hex_value": "#364545",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "blue",
                "description": "Midnight Blue Pearlcoat",
                "color_code": "PB8",
                "rgb_value": "29,49,81",
                "hex_value": "#1d3151",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "",
                "description": "Satin Jade Pearlcoat",
                "color_code": "PP4",
                "rgb_value": "37,59,40",
                "hex_value": "#253b28",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "silver",
                "description": "Silver Steel Metallic Clearcoat",
                "color_code": "PA4",
                "rgb_value": "97,106,105",
                "hex_value": "#616a69",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "white",
                "description": "Stone White Clearcoat",
                "color_code": "PW1",
                "rgb_value": "211,210,201",
                "hex_value": "#d3d2c9",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "red",
                "description": "Inferno Red Crystal Pearlcoat",
                "color_code": "PRH",
                "rgb_value": "145,12,35",
                "hex_value": "#910c23",
                "color_price": 225,
                "color_invoice": 207,
                "color_type": "custom"
            },
            {
                "generic_name": "gold",
                "description": "Linen Gold Metallic Pearlcoat",
                "color_code": "PYG",
                "rgb_value": "188,182,161",
                "hex_value": "#bcb6a1",
                "color_price": 150,
                "color_invoice": 138,
                "color_type": "custom"
            }
        ],
        "interior_colors": [
            {
                "generic_name": "slate",
                "description": "Dark Slate Gray w/Cloth Low-Back Bucket Seats or Cloth Low-Back Bucket Seats (Fleet) or Leather Trimmed Bucket Seats",
                "color_code": "DV",
                "rgb_value": "35,35,35",
                "hex_value": "#232323",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "taupe",
                "description": "Taupe w/Cloth Low-Back Bucket Seats or Cloth Low-Back Bucket Seats (Fleet)",
                "color_code": "L5",
                "rgb_value": "131,118,103",
                "hex_value": "#837667",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            },
            {
                "generic_name": "taupe",
                "description": "Light Taupe w/Leather Trimmed Bucket Seats",
                "color_code": "L2",
                "rgb_value": "176,162,143",
                "hex_value": "#b0a28f",
                "color_price": 0,
                "color_invoice": 0,
                "color_type": "standard"
            }
        ],
        "oem_options_and_packages": [
            {
                "quick_options_packages": [
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 24Y",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "24Y",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 28Y",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of March 15, 2006."
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "28Y",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 24P Special Edition",
                            "package_features": [
                                "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                                "Fog Lamps",
                                "Front Courtesy/Map Lamps",
                                "Satin Silver Instrument Panel Bezel",
                                "Leather Trimmed Bucket Seats",
                                "Manual Driver Lumbar Adjust",
                                "8-Way Power Driver Seat",
                                "Power Sunroof",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Special Edition Badge",
                                "Special Edition Group",
                                "Illuminated Vanity Mirror Sun Visors"
                            ],
                            "package_price": 265,
                            "package_invoice": 244,
                            "package_code": "24P",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Quick Options Packages",
                        "description": {
                            "package_name": "Quick Order Package 28P Special Edition",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of March 15, 2006.",
                                "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                                "Fog Lamps",
                                "Front Courtesy/Map Lamps",
                                "Satin Silver Instrument Panel Bezel",
                                "Leather Trimmed Bucket Seats",
                                "Manual Driver Lumbar Adjust",
                                "8-Way Power Driver Seat",
                                "Power Sunroof",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Special Edition Badge",
                                "Special Edition Group",
                                "Illuminated Vanity Mirror Sun Visors"
                            ],
                            "package_price": 265,
                            "package_invoice": 244,
                            "package_code": "28P",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "engine": [
                    {
                        "title": "Engine",
                        "description": {
                            "package_name": "Engine: 2.4L 4 Cyl. DOHC 16V SMPI",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "EDZ",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Engine",
                        "description": {
                            "package_name": "Engine: 2.7L V6 DOHC 24V MPI",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of March 15, 2006.",
                                "Federal Tier 2 Bin 8 Emissions",
                                "Sport Suspension"
                            ],
                            "package_price": 850,
                            "package_invoice": 782,
                            "package_code": "EER",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "transmissions": [
                    {
                        "title": "Transmissions",
                        "description": {
                            "package_name": "Transmission: 4-Speed Automatic",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "DGL",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "packages": [
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Chrome Value Package",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of October 3, 2005.",
                                "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                                "Fog Lamps",
                                "Graphite Pattern Instrument Panel Bezel",
                                "Rear Bodycolor Spoiler"
                            ],
                            "package_price": 525,
                            "package_invoice": 483,
                            "package_code": "AEE_",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Cold Weather Group",
                            "package_features": [
                                "Battery Heater",
                                "Engine Block Heater"
                            ],
                            "package_price": 40,
                            "package_invoice": 37,
                            "package_code": "ADE",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Cold Weather Group (Regional)",
                            "package_features": [
                                "INCLUDED in Alaska.",
                                "Battery Heater",
                                "Engine Block Heater"
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "ADE_",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Leather Value Package",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of October 3, 2005.",
                                "Radio: AM/FM Cassette/Compact Disc",
                                "Front Courtesy/Map Lamps",
                                "Leather Trimmed Bucket Seats",
                                "8-Way Power Driver Seat",
                                "Power Sunroof",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Illuminated Vanity Mirror Sun Visors"
                            ],
                            "package_price": 940,
                            "package_invoice": 865,
                            "package_code": "AJD_",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Protection Value Package",
                            "package_features": [
                                "4-Wheel Anti-Lock Disc Brakes",
                                "Supplemental Side Air Bags"
                            ],
                            "package_price": 730,
                            "package_invoice": 672,
                            "package_code": "AD4_",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Smoker's Group",
                            "package_features": [
                                "Cigar Lighter",
                                "Removable Ash Tray"
                            ],
                            "package_price": 30,
                            "package_invoice": 28,
                            "package_code": "AWS",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Travel Convenience Group",
                            "package_features": [
                                "Auto Dim Rear View Mirror",
                                "Traveler/Mini Trip Computer"
                            ],
                            "package_price": 245,
                            "package_invoice": 0,
                            "package_code": "AWK",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Packages",
                        "description": {
                            "package_name": "Travel Convenience Group (Discontinued)",
                            "package_features": [
                                "NO LONGER AVAILABLE for factory ordering as of October 3, 2005.",
                                "Front Courtesy/Map Lamps",
                                "Premium Headliner Module",
                                "Rear Passenger Assist Handles",
                                "Auto Dim Rear View Mirror",
                                "Illuminated Vanity Mirror Sun Visors",
                                "Traveler/Mini Trip Computer"
                            ],
                            "package_price": 245,
                            "package_invoice": 225,
                            "package_code": "AWK_",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "wheels": [
                    {
                        "title": "Wheels",
                        "description": {
                            "package_name": "Wheels: 16\" x 6.5\" Aluminum",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "WNS",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Wheels",
                        "description": {
                            "package_name": "Wheels: 16\" x 6.5\" Chrome Clad Aluminum",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "WLE",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "tires": [
                    {
                        "title": "Tires",
                        "description": {
                            "package_name": "Tires: P205/60R16 BSW AS",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "TPG",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "mechanical": [
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "Federal Emissions",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "NAA",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "California Emissions 5 States: CA, MA, ME, NY, VT.",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "NAE",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "Federal Emissions Order Code",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "YCH",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Mechanical",
                        "description": {
                            "package_name": "California Emissions Order Code",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "YCF",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "exterior": [
                    {
                        "title": "Exterior",
                        "description": {
                            "package_name": "Monotone Paint Application",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "APA",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Exterior",
                        "description": {
                            "package_name": "Rear Bodycolor Spoiler",
                            "package_features": [],
                            "package_price": 225,
                            "package_invoice": 207,
                            "package_code": "MXD",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "seats": [
                    {
                        "title": "Seats",
                        "description": {
                            "package_name": "Cloth Low-Back Bucket Seats",
                            "package_features": [
                                "Highline Door Trim Panel",
                                "Rear 60/40 Folding Seat",
                                "Includes Russel/Solar fabric and 2-way bux front headrests."
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "A8",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Seats",
                        "description": {
                            "package_name": "Leather Trimmed Bucket Seats",
                            "package_features": [
                                "Highline Door Trim Panel",
                                "Rear 60/40 Folding Seat",
                                "Includes Dodge Stratus leather seats with preferred suede inserts, front passenger seat back map pocket and driver lumbar support."
                            ],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "EL",
                            "package_type": "standard"
                        }
                    }
                ]
            },
            {
                "interior": [
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "Manufacturer's Statement of Origin",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "YEP",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "Texas Invoice Charge",
                            "package_features": [
                                "Applies to the state of Texas only."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "TEXAS",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "New England Invoice Charge",
                            "package_features": [
                                "Applies to the states of Maine, New Hampshire, Vermont, Massachusetts, Connecticut and Rhode Island."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "NEWENG",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "California Invoice Charge",
                            "package_features": [
                                "Applies to the state of California only."
                            ],
                            "package_price": 0,
                            "package_invoice": 275,
                            "package_code": "CALIF",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "New Jersey Invoice Charge",
                            "package_features": [
                                "Applies to the state of New Jersey only."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "NEWJSY",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Interior",
                        "description": {
                            "package_name": "New York Invoice Charge",
                            "package_features": [
                                "Applies to the state of New York only."
                            ],
                            "package_price": 0,
                            "package_invoice": 180,
                            "package_code": "NEWYRK",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "audio": [
                    {
                        "title": "Audio",
                        "description": {
                            "package_name": "Radio: AM/FM Compact Disc w/Changer Control",
                            "package_features": [],
                            "package_price": 0,
                            "package_invoice": 0,
                            "package_code": "RBK",
                            "package_type": "standard"
                        }
                    },
                    {
                        "title": "Audio",
                        "description": {
                            "package_name": "Radio: AM/FM Cassette/Compact Disc",
                            "package_features": [],
                            "package_price": 100,
                            "package_invoice": 92,
                            "package_code": "RAZ",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "entertainment_and_electronics": [
                    {
                        "title": "Entertainment And Electronics",
                        "description": {
                            "package_name": "SIRIUS Satellite Radio",
                            "package_features": [
                                "Includes 1-year service provided by SIRIUS.  Call SIRIUS to activate @ 888-539-7474."
                            ],
                            "package_price": 195,
                            "package_invoice": 179,
                            "package_code": "RSB",
                            "package_type": "custom"
                        }
                    }
                ]
            },
            {
                "other_options": [
                    {
                        "title": "Other Options",
                        "description": {
                            "package_name": "8-Way Power Driver Seat",
                            "package_features": [],
                            "package_price": 380,
                            "package_invoice": 350,
                            "package_code": "JPV",
                            "package_type": "custom"
                        }
                    },
                    {
                        "title": "Other Options",
                        "description": {
                            "package_name": "Destination Surcharge (Hawaii)",
                            "package_features": [],
                            "package_price": 50,
                            "package_invoice": 50,
                            "package_code": "DEST",
                            "package_type": "custom"
                        }
                    }
                ]
            }
        ],
        "warranties": [],
        "safety_ratings": [
            {
                "nhtsa_crash_test_ratings": [
                    {
                        "type": "Driver's",
                        "rating": 5
                    },
                    {
                        "type": "Passenger's",
                        "rating": 5
                    },
                    {
                        "type": "Overall Rollover Rating",
                        "rating": 5
                    },
                    {
                        "type": "Side Barrier Rating Driver",
                        "rating": 3
                    },
                    {
                        "type": "Side Barrier Rating Passenger Rear Seat",
                        "rating": 3
                    }
                ]
            },
            {
                "highway_safety_ratings": [
                    {
                        "type": "Overall Side",
                        "rating": "Poor"
                    },
                    {
                        "type": "Driver Head Protection",
                        "rating": "Poor"
                    },
                    {
                        "type": "Rear Passenger Head Protection",
                        "rating": "Marginal"
                    },
                    {
                        "type": "Driver Head and Neck",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Rear Passenger Head and Neck",
                        "rating": "Good"
                    },
                    {
                        "type": "Driver Torso",
                        "rating": "Poor"
                    },
                    {
                        "type": "Rear Passenger Torso",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Driver Pelvis/Leg",
                        "rating": "Poor"
                    },
                    {
                        "type": "Rear Passenger Pelvis/Leg",
                        "rating": "Good"
                    },
                    {
                        "type": "Structure/safety cage",
                        "rating": "Poor"
                    },
                    {
                        "type": "Overall Rear",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Dynamic Rating",
                        "rating": "Acceptable"
                    },
                    {
                        "type": "Seat Head/Restraint Geometry",
                        "rating": "Acceptable"
                    }
                ]
            },
            {
                "highway_loss_ratings": []
            }
        ],
        "standard_options": [
            {
                "name": "Engine",
                "description": "2.4L 4 Cyl. DOHC 16V SMPI"
            },
            {
                "name": "Transmission",
                "description": "4-Speed Automatic"
            },
            {
                "name": "Wheels",
                "description": "16\" x 6.5\" Aluminum"
            },
            {
                "name": "Tires",
                "description": "P205/60R16 BSW AS"
            },
            {
                "name": "Monotone Paint Application",
                "description": ""
            },
            {
                "name": "Cloth Low-Back Bucket Seats",
                "description": ""
            },
            {
                "name": "Radio",
                "description": "AM/FM Compact Disc w/Changer Control"
            }
        ],
        "standard_specifications": [],
        "standard_features": [
            "2.4L I-4 Engine",
            "4-spd auto w/OD Transmission",
            "150 @ 5,500 rpm Horsepower",
            "160 @ 4,200 rpm Torque",
            "front-wheel Drive type",
            "16\" silver aluminum Wheels",
            "front air conditioning, manual",
            "AM/FM stereo, seek-scan Radio",
            "keyfob (all doors) Remote keyless entry",
            "cloth Seat trim"
        ],
        "additional_or_replacing_features": [],
        "annual_mileage": [],
        "features": [
            {
                "title": "Interior Features",
                "description": [
                    "Cloth low-back front bucket seats-inc: 2-way adjustable headrests",
                    "Rear 60/40 folding bench seat",
                    "Sport steering wheel w/tilt column",
                    "Full-length floor console w/cup holders",
                    "Instrument panel w/color-keyed bezel, 120-mph speedometer, tachometer, storage bin",
                    "Dual visor vanity mirrors",
                    "Full floor carpeting",
                    "Pwr windows w/driver one-touch down feature",
                    "Rear window defroster",
                    "Pwr door locks",
                    "Cowl mounted hood release",
                    "Pwr trunk release",
                    "Auxiliary 12V pwr outlet",
                    "Remote keyless entry",
                    "Sentry key theft deterrent system",
                    "Air conditioning",
                    "Front/rear floormats",
                    "Warning lamps-inc: decklid/liftgate/door ajar",
                    "Speed control",
                    "AM/FM stereo radio w/CD player-inc: CD changer control, (4) speakers",
                    "Illuminated entry",
                    "Trunk lamp"
                ]
            },
            {
                "title": "Exterior Features",
                "description": [
                    "Tires: P205/60R16 BSW AS",
                    "Body-color door handles",
                    "Body-color fascias",
                    "Front/rear solar control glass",
                    "Body-color bodyside moldings",
                    "Black grille",
                    "Pwr mirrors",
                    "Halogen headlights w/off-time delay",
                    "Tinted windows",
                    "Wheels: 16\" x 6.5\" Aluminum",
                    "Variable-intermittent windshield wipers",
                    "205/65TR15.0"
                ]
            },
            {
                "title": "Safety Features",
                "description": [
                    "Driver & front passenger Next Generation multi-stage airbags",
                    "3-point seat belts for all seating positions-inc: front height adjustable shoulder belts",
                    "LATCH ready child seat anchor system w/upper tether anchorages",
                    "Rear door child safety locks",
                    "Internal emergency trunk release"
                ]
            },
            {
                "title": "Mechanical Features",
                "description": [
                    "120-amp alternator",
                    "Pwr rack & pinion steering",
                    "510 CCA maintenance-free battery",
                    "Lock-up torque converter",
                    "Front stabilizer bar",
                    "16.0gal. Fuel Tank",
                    "Pwr front disc & rear drum brakes",
                    "Engine: 2.4L 4 Cyl. DOHC 16V SMPI",
                    "Front-Wheel",
                    "Compact spare tire",
                    "Transmission: 4-Speed Automatic"
                ]
            }
        ],
        "recalls": [
            {
                "campaign_id": "10E059000",
                "description": {
                    "date": "12/27/2010",
                    "component": "Suspension",
                    "summary": "federal-mogul is recalling certain replacement control arm assemblies, part numbers k7425, 10945, fa4510x, k7427, 10946, and fa4611x, sold for use on various passenger vehicles listed above. the ball joint on the control arm assembly can fail causing the ball stud to wear through the control arm housing resulting in noise and/or separation of the ball stud from the housing.",
                    "consequences": "if there is a separation of the ball stud from the housing, the driver can loose steering control, possibly resulting in a vehicle crash.",
                    "remedy": "federal-mogul will notify owners of record and replace the affected control arms free of charge. the safety recall began on january 28, 2011. owners may contact federal-mogul at 1-877-489-6659."
                }
            },
            {
                "campaign_id": "09E056000",
                "description": {
                    "date": "10/09/2009",
                    "component": "Suspension",
                    "summary": "qualis automotive is recalling certain aftermarket ball joints sold for use on certain passenger vehicles. the socket may have been excessively hardened which could cause it to crack near the retaining ring groove allowing the ball stud to separate under impact load. the subject ball joints were sold as four part numbers, d10945, d10946, g10945, and g10946. the affected control arms, d10945 and d10946, are stamped with the following dates on the ball joints: 134308, 135708, 100109, 102709, 104109, 105509, 107609, 108909, 110309, 113209, and 116609. the g10945 and g10946 are the same part as the d10945 and d10946 respectively. they are labeled differently depending on the aftermarket customer.",
                    "consequences": "separation of the ball stud from the socket of the ball joint housing would allow the control arm to collapse and the wheel to fold in causing loss of steering control, possibly resulting in a crash.",
                    "remedy": "qualis automotive will replace the ball joints free of charge. the safety recall began on november 9, 2009. owners may contact qualis automotive at 1-800-493-4128."
                }
            },
            {
                "campaign_id": "07E023000",
                "description": {
                    "date": "03/29/2007",
                    "component": "Service Brakes, Hydraulic",
                    "summary": "certain cardone master cylinders with part numbers 10-2925, 10-2987, 10-2987mza, 10-3083, 11-3015, 11-3042, 11-3044, 11-3045, 11-3047, 11-3064, and 11-3156, and with date codes lower than dca7078 sold as replacement equipment for use on the vehicles listed above. the seal on master cylinder can fail and leak brake fluid.",
                    "consequences": "loss of brake fluid can result in poor braking performance, possibly resulting in a vehicle crash.",
                    "remedy": "cardone will notify owners and offer to repurchase any defective master cylinders. the recall began during april 2007. owners can contact cardone at 1-800-777-4780."
                }
            }
        ],
        "maintenance": [
            {
                "mileage": 3000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 6000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 9000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 12000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 15000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 18000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 21000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 24000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 27000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 30000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check coolant level, hoses, and clamps",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check fuel hoses condition",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 33000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 36000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 39000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 42000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 45000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 48000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 51000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 54000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 57000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 60000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Check distributor cap and rotor",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check evaporative emission control system for leaks and clogging (except evaporative emission \tcanister).",
                            "Check fuel hoses condition",
                            "Check fuel system for leak (tank, pipe line and connection, and fuel tank filler tube cap).",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Change automatic transaxle fluid and filter",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace ignition cables",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 63000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 66000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 69000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 72000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 75000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 78000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 81000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 84000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 87000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 90000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check coolant level, hoses, and clamps",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check fuel hoses condition",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace engine timing belt",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 93000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 96000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 99000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 102000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace drive belts",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 105000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 108000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 111000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 114000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 117000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 120000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace engine timing belt",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Check distributor cap and rotor",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check evaporative emission control system for leaks and clogging (except evaporative emission \tcanister).",
                            "Check fuel hoses condition",
                            "Check fuel system for leak (tank, pipe line and connection, and fuel tank filler tube cap).",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect SRS airbag system",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Change automatic transaxle fluid and filter",
                            "Flush and replace engine coolant",
                            "Replace engine air cleaner filter",
                            "Replace ignition cables",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            },
            {
                "mileage": 123000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 126000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 129000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 132000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 135000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 138000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 141000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 144000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Inspect brake hoses",
                            "Inspect disc brake pads, rotors and calipers for wear and leaks",
                            "Inspect drive shaft boots for grease leaks and damage"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect front brake pads and rear brake linings, rotors, rear drums, and shoes"
                        ]
                    }
                ]
            },
            {
                "mileage": 147000,
                "conditions": [
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system"
                        ]
                    }
                ]
            },
            {
                "mileage": 150000,
                "conditions": [
                    {
                        "status": "normal",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check coolant level, hoses, and clamps",
                            "Check drive belts condition (for the generator, water pump, power steering pump)",
                            "Check fuel hoses condition",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect exhaust system",
                            "Inspect rear drum brake linings and rear wheel cylinders (except vehicles with disc brakes) for wear and leaks of all wheels",
                            "Inspect suspension components"
                        ]
                    },
                    {
                        "status": "severe",
                        "description": [
                            "Change engine oil and engine oil filter",
                            "Rotate tires",
                            "Replace engine air cleaner filter",
                            "Replace spark plugs",
                            "Check automatic transmission fluid level",
                            "Check brake master cylinder fluid level",
                            "Check coolant level, hoses, and clamps",
                            "Inspect air cleaner filter",
                            "Inspect and check tension for power steering belt",
                            "Inspect ball joint and steering linkage seals for grease leaks and damage",
                            "Inspect brake hoses and lines",
                            "Inspect CV joints and front suspension components",
                            "Inspect exhaust system",
                            "Inspect PCV valve, replace as necessary"
                        ]
                    }
                ]
            }
        ],
        "repair": [
            {
                "title": "Air Conditioning - Replace Compressor",
                "description": "When temperatures rise, your vehicle’s air conditioning system has to work harder to keep you cool. Over time, the A/C may not blow as cold as you want, even though the control is at the coldest setting. Eventually, the compressor will wear out and need to be replaced. Probably the most important part of the air conditioning system, the compressor ensures a constant flow of refrigerant to cool the air channeled into the passenger cabin. Lack of cold air plus noises from clattering bearings or a squealing belt are signs of compressor failure. Although this repair is relatively straightforward, it’s best done by a professional versed in evacuating and recharging the compressor’s refrigerant.  ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 581,
                        "min": 429
                    },
                    {
                        "name": "Labor",
                        "max": 871,
                        "min": 643
                    }
                ]
            },
            {
                "title": "Wheels - Alignment",
                "description": "Alignment is the process of making sure all 4 wheels point in the same direction, which will cause the vehicle to drive straight and not drift. Performing this service regularly (yearly or after the vehicle starts drifting) will extend the life of your tires. Alignment is measured in degrees of camber (tire leaning inward or outward), caster (forward or backward slope of steering components in relation to the McPherson struts) and toe (the direction the tires are pointing). Toe-in means that the tires are pointing inward; toe-out means that the tires are pointing outward. Most vehicles are “averaged” for everyday driving. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 141,
                        "min": 105
                    }
                ]
            },
            {
                "title": "Battery - Replace",
                "description": "Diamonds may be forever, but batteries are not. A car battery lasts approximately 3-4 years – or less in regions with high heat and humidity. A key sign of pending failure could be sluggish starting cycle. Many mechanics suggest having a battery “load tested” once every two years, in an attempt to predict just how much life may be left in your battery.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 172,
                        "min": 127
                    },
                    {
                        "name": "Labor",
                        "max": 92,
                        "min": 68
                    }
                ]
            },
            {
                "title": "Brakes - Adjust",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes.  Modern braking systems typically are self-adjusting to ensure that the brake pad maintains constant contact with the braking surface on a rotor or drum when the brakes are applied. Older brakes may need periodic adjustment where the pad is realigned to close the gap between it and the surface by tightening adjustment screws in the brake mechanism.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 154,
                        "min": 114
                    }
                ]
            },
            {
                "title": "Brake Fluid - Flush Fluid & Bleed Brakes",
                "description": "Air in the brake lines can create a spongy feeling when you apply the brakes. Bleeding the brake lines usually removes the air, but it isn’t a job for the faint of heart. Better left to professionals, newer ABS braking systems require specialized equipment to complete the job. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 77,
                        "min": 57
                    },
                    {
                        "name": "Labor",
                        "max": 95,
                        "min": 70
                    }
                ]
            },
            {
                "title": "Brakes - Replace Pads & Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads.  A mechanic can examine brake pad thickness during a tire rotation or other service. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need to  resurface or  replace the brake rotors. Resurfacing a brake rotor will extend the life of the rotors by grinding a tiny amount of the metal surface area away to remove any irregularities or other imperfections that have cropped up over time. After a while, the entire brake rotor may need replacement if it has become too thin (through repeated grindings) or warped from variations in temperature. Don’t delay, as brakes are probably one of the most critical safety devices on your vehicle, right up there with seat belts.  ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 327,
                        "min": 242
                    },
                    {
                        "name": "Labor",
                        "max": 268,
                        "min": 198
                    }
                ]
            },
            {
                "title": "Brakes - Replace Pads",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes.  Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads. It’s always better to replace the pads before they start squeaking, to avoid damaging the brake rotors. A mechanic can check brake pad thickness during a tire rotation or other service. The number of miles you can go before replacing the brake pads really depends on your driving style.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 126,
                        "min": 94
                    },
                    {
                        "name": "Labor",
                        "max": 235,
                        "min": 174
                    }
                ]
            },
            {
                "title": "Brakes - Replace Pads & Resurface Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads. A mechanic can check brake pad thickness during a tire rotation or other service. As part of the service, the rotors will be resurfaced by grinding part of the metal surface away to remove irregularities or other imperfections. Resurfacing extends the life of the rotor and is less expensive than replacing the rotor. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 158,
                        "min": 116
                    },
                    {
                        "name": "Labor",
                        "max": 237,
                        "min": 175
                    }
                ]
            },
            {
                "title": "Brakes - Replace Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need to resurface or replace the brake rotors. Resurfacing a brake rotor will extend the life of the rotors by grinding a tiny amount of the metal away, to remove irregularities or other imperfections that have cropped up over time. After a while, the entire brake rotor may need to be replaced if it has become too thin (through repeated grindings) or warped from variations in temperature. Don’t delay, as brakes are one of the most critical safety devices on your vehicle, right up there with seat belts.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 198,
                        "min": 146
                    },
                    {
                        "name": "Labor",
                        "max": 161,
                        "min": 119
                    }
                ]
            },
            {
                "title": "Brakes - Resurface Rotors",
                "description": "Please note: Pricing shown is for either front brakes or rear brakes. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need t resurface the brake rotors. Resurfacing extends the life of the rotors by grinding a tiny amount of the metal surface area away, to remove any irregularities or other imperfections that have cropped up over time. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 209,
                        "min": 155
                    }
                ]
            },
            {
                "title": "Cabin Air Filter - Replace",
                "description": "Modern heating and air conditioning systems in cars use an in-cabin air filter to help purify the air and eliminate outside odors. Consult your owner’s manual or maintenance schedule for how often it should be changed. For convenience, you might consider having the cabin air filter changed in conjunction with other routine maintenance. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 23,
                        "min": 17
                    },
                    {
                        "name": "Labor",
                        "max": 43,
                        "min": 32
                    }
                ]
            },
            {
                "title": "Coolant - Flush",
                "description": "Periodically flushing the engine coolant can help keep contaminants that clog the radiator’s cooling element from building up. A clogged radiator could make the engine run hot, cause premature wear and even lead to engine failure. Fresh coolant also contains inhibitors that will keep the entire cooling system clean from rust, which could cause leaks in the radiator. Typically, you should flush and replace the coolant every 30,000 miles or five years, whichever comes first.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 82,
                        "min": 60
                    },
                    {
                        "name": "Labor",
                        "max": 124,
                        "min": 92
                    }
                ]
            },
            {
                "title": "Engine Diagnostics - Check Engine Light",
                "description": "Diagnostics are periodic checks of the system operations of your car, truck or SUV that can give you a quick window into your vehicle’s health. A mechanic performs diagnostics by plugging into a receptacle under the dashboard to access the On Board Diagnostics (OBD-II) tool or by tapping into a system like General Motors’ OnStar. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 284,
                        "min": 211
                    }
                ]
            },
            {
                "title": "Differential Fluid - Flush",
                "description": "In addition to wheels, a vehicle’s drive axle includes a differential unit, which uses gears to synchronize the rate at which the wheels rotate. When your vehicle turns, the inside wheels don’t need to make as many rotations as the outside wheels, which have a greater distance to cover. The differential helps keep the axle from binding up from this difference in turning rates. A thin coat of oil lubricates these gears, and that oil needs to be changed from time to time. Your owner’s manual or maintenance minder will tell you when to replace it. If the oil becomes contaminated or the level drops too low, the gears could be damaged, which would lead to a more expensive repair or replacement. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 91,
                        "min": 66
                    },
                    {
                        "name": "Labor",
                        "max": 110,
                        "min": 82
                    }
                ]
            },
            {
                "title": "Engine Belt - Replace",
                "description": "Several types of engine belts need to be replaced from time to time. Vehicles from 1990 and newer typically have a serpentine belt. The belt snakes around the pulleys located at the front of the engine (or the side of a transverse-mounted engine) and drives multiple accessories including the alternator, power steering pump and air conditioning compressor. If it is squeaking or worn, it could break, which would make the engine inoperable. Check it at 60,000 miles but change it before 100,000 miles. Older vehicles usually have separate belts for the water pump, alternator, radiator fan and air conditioning system, but when they break, you still may be able to get home. Finally, engine timing belts help to keep the camshaft and crankshaft in sync so that pistons and valves operate in sync. They typically last from 60,000 to 90,000 miles. A broken timing belt could result in engine damage and an expensive rebuild.  ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 92,
                        "min": 68
                    },
                    {
                        "name": "Labor",
                        "max": 138,
                        "min": 102
                    }
                ]
            },
            {
                "title": "Engine Control Unit (ECU) - Reprogram",
                "description": "Flashing or reprogramming your engine’s computer keeps it up-to-date and operating properly. The engine control unit (ECU) is a computer that controls all of your vehicle’s electronic systems. Like many computers, it occasionally requires reprogramming of its operating software. Your vehicle’s warranty may covered it, but there’s usually an additional charge. For example,  Mazda charged a fee to re-flash the system so their vehicles could operate Apple CarPlay or Android Auto. On occasion, other vehicles revert to limp-home mode following an ECU malfunction. In order to diagnose what needs to be done, a dealership technician will connect a computer to the vehicle’s On-Board Diagnostic II (OBD-II) port. Consult with your dealership service department for more information on your specific car, truck or SUV. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 62,
                        "min": 46
                    }
                ]
            },
            {
                "title": "Engine Air Filter - Replace",
                "description": "The engine air filter helps trap dirt and debris before it can enter the engine. Typically, you should change the engine air filter every 30,000 to 45,000 miles, but if you’re in a dusty, dirty region, cut these distances in half.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 26,
                        "min": 19
                    },
                    {
                        "name": "Labor",
                        "max": 21,
                        "min": 16
                    }
                ]
            },
            {
                "title": "Fuel Filter - Replace",
                "description": "The fuel filter is positioned in the line leading from the gas tank to the engine and prevents containments from getting inside the engine, which could lead to a loss in performance and potential damage to the cylinder lining. Older cars may need their filters replaced as often as every two years and 30,000 miles; newer vehicles could go as long as 50,000 miles before needing the filter changed. Consult your owner’s manual for more information.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 70,
                        "min": 52
                    },
                    {
                        "name": "Labor",
                        "max": 85,
                        "min": 63
                    }
                ]
            },
            {
                "title": "Fuel Injector - Replace",
                "description": "A vehicle’s fuel delivery system has progressed quite a bit from the carburetor that used to sit on top of the engine. Today, modern vehicles feature precise fuel injection systems located on top of – or even inside – the combustion chamber. Restrictions in fuel flow, electrical problems with the injectors themselves or even dirty or contaminated fuel can all cause trouble. Fuel injectors will typically last between 50,000 and 100,000 miles. Much of this lifespan is determined by the type of fuel used and how often the vehicle’s fuel filters are changed. Some symptoms that your fuel injectors need replacing include an illuminated check engine light, a decrease in fuel efficiency, a smell of fuel (especially near the fuel injectors under the hood) and engine misfiring. Fuel injector replacement is a job best performed by an ASE-certified mechanic at a dealership service department or automotive service center. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 232,
                        "min": 172
                    },
                    {
                        "name": "Labor",
                        "max": 347,
                        "min": 257
                    }
                ]
            },
            {
                "title": "Fuel Injector - Service",
                "description": "Changing from carburetors to fuel injection systems has made fuel delivery more precise. But every now and then the system needs to be flushed, cleaned and restored. Servicing your fuel injection system helps to remove waxy build-up & deposits and cleans the intake valves, cylinder heads and fuel delivery lines. This results in an extended engine life, improved performance, and better fuel economy. Most modern engines suggest fuel injector service at 60,000 miles, unless a specific problem crops up. Check your owner’s manual to know for sure with your car. If you notice a certain sluggishness in acceleration and a decrease in fuel economy, it might mean it’s time for a fuel injector service. Your local dealership service department performs this job every day. Contact them for more information. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 143,
                        "min": 106
                    },
                    {
                        "name": "Labor",
                        "max": 214,
                        "min": 158
                    }
                ]
            },
            {
                "title": "Fuel Pump - Replace",
                "description": "Located inside your fuel tank, a fuel pump has a small electric motor to make sure that pressurized gasoline flows to the engine to power the vehicle. Along the way, the fuel passes through a filter, either inside the fuel tank or externally in the fuel flow line. Most fuel pumps will last for the life of the vehicle but occasionally they can fail. Signs of such failure are a car that won’t start or stalls once it has started. Other times, the fuel flow can slowly become starved causing the check engine light to come on. Or if you hear a whirring sound coming from your fuel tank, the fuel pump may be about to fail, since fuel pumps do not normally make noise. A mechanic will need to get to the failed pump through the top of the fuel tank via an access panel in the passenger compartment or by removing the tank from the vehicle. This moderately complicated job is best performed at your dealership’s service department. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 507,
                        "min": 375
                    },
                    {
                        "name": "Labor",
                        "max": 507,
                        "min": 375
                    }
                ]
            },
            {
                "title": "Tire(s) - Mount & Balance (4 Wheels)",
                "description": "Just getting a new tire doesn’t always result in a smooth ride. Because of manufacturing and mounting irregularities, tires need to be balanced by adding counter-balancing weights to certain parts of the wheel. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 265,
                        "min": 196
                    }
                ]
            },
            {
                "title": "Oil Change",
                "description": "An oil change is the act of replacing the oil and oil filter in your car, truck or SUV’s crankcase. Oil has a limited life span and should be changed according to the maintenance schedule in your Owner’s Manual. Many modern vehicles use synthetic motor oil that can stretch the time/mileage interval to as long as 12,000 miles/12 months. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 37,
                        "min": 26
                    },
                    {
                        "name": "Labor",
                        "max": 25,
                        "min": 18
                    }
                ]
            },
            {
                "title": "Power Steering Fluid - Flush",
                "description": "Modern cars, trucks and SUVs all use power steering to make maneuvering effortless. The power steering system uses a pump and hydraulic pressure to assist the steering gears. Power steering fluid is designed to last for as long as 100,000 miles, but the system may leak or the fluid may become exhausted before then. Follow the recommendation from your owner’s manual to see when it’s time to flush the power steering fluid. A mechanic will flush the system by removing dark, discolored power steering fluid and refilling it with fresh fluid, while an assistant turns the steering wheel from left to right to get old fluid out of the system. When the remaining fluid appears like fresh fluid, the system has been successfully flushed. Remove the remaining fluid, refill with fresh power steering fluid and your vehicle should be good for another 100,000 miles. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 82,
                        "min": 60
                    },
                    {
                        "name": "Labor",
                        "max": 100,
                        "min": 74
                    }
                ]
            },
            {
                "title": "Spark Plugs - Replace",
                "description": "Spark plugs ignite the fuel mixture in the engine, providing the power to make your car go. Sitting atop your engine’s cylinder head, it receives a spark from the electronic ignition in modern vehicles, or the distributor cap and rotor found in older cars. Eventually, at around 30,000 miles to as high as 40,000 miles, conventional spark plugs will wear out, which could cause stalling, starting problems and engine misfires. Higher-cost platinum-tipped spark plugs may not need to be replaced as often. At the same time, it might be appropriate to replace your oxygen sensor, spark plug wires, PCV valve and fuel filter. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 108,
                        "min": 80
                    },
                    {
                        "name": "Labor",
                        "max": 161,
                        "min": 119
                    }
                ]
            },
            {
                "title": "Thermostat - Replace",
                "description": "A vehicle’s cooling system uses a thermostat valve to help regulate the engine’s temperature. When the engine is cold, the valve will be closed, bypassing the radiator and allowing the engine to rapidly come up to operating temperature. After that level has been reached, the valve on the thermostat opens to allow coolant to circulate through the radiator. But sometimes, through normal wear and tear or contaminants in the coolant, the thermostat may fail to open, causing the engine to overheat. This will be evident by the temperature gauge climbing into the high temperature (usually red) zone. Remember that a thermostat failure can also be caused by other factors, as well. For that reason, it is important to have a skilled mechanic check all the links in the chain – radiator, coolant pump, hoses and thermostat. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 106,
                        "min": 78
                    },
                    {
                        "name": "Labor",
                        "max": 423,
                        "min": 313
                    }
                ]
            },
            {
                "title": "Timing Belt - Replace",
                "description": "Critical to the operation of your vehicle, the timing belt synchs the operations of the camshaft and the crankshaft so that the valves operate efficiently and safely. Older cars may have a timing chain, similar to a chain on a motorcycle, with a life cycle of around 60,000 miles. Newer models use timing belts made of polyurethane and Kevlar for long life and durability. They can go as long as 100,000 miles although it’s always a good idea to change it before then. Belt failure can cause extensive damage to the valves, pistons and other internal parts of the engine. The cost of changing the timing belt is a bargain when you consider the cost to replace the entire engine. Start thinking about changing the timing belt once you cross the 90,000-mile threshold. Check your owner’s manual for details. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 564,
                        "min": 418
                    },
                    {
                        "name": "Labor",
                        "max": 847,
                        "min": 626
                    }
                ]
            },
            {
                "title": "Tire Pressure (TPMS) Sensor - Replace",
                "description": "A tire pressure sensor is designed to warn that one or more of your tires is underinflated. All cars built since 2007 are required to have this system. The most common sensor uses a battery and operates via a wireless transmitter mounted inside the rim of your tire’s wheel. When it detects low pressure, it sends a signal to your vehicle’s computer system that shows up on your instrument panel as an icon of a tire or some other alert. Most warn of low pressure without indicating a specific tire, while more advanced systems can flag an individual wheel or indicate the pressure in each tire. The batteries in tire pressure sensors last around five to seven years but sometimes they can fail earlier. The sensors can also be damaged from potholes or other sudden jarring. Replacing the sensor is easy for a tire retailer or your dealership service department. Your service technician will also electronically reset the system after replacing the sensors or whenever you replace your tires. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 109,
                        "min": 81
                    },
                    {
                        "name": "Labor",
                        "max": 164,
                        "min": 122
                    }
                ]
            },
            {
                "title": "Tire(s) - Patch",
                "description": "A flat tire doesn’t necessarily mean that the tire needs replacement. Patching and plugging kits can fix holes in tires caused by small sharp objects like nails and screws. Patching the tire uses an internal patch to cover the opening and requires the tire to be removed from the rim. A plug fixes a hole externally, so in some cases, the tire doesn’t need to be taken off. ",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 25,
                        "min": 18
                    },
                    {
                        "name": "Labor",
                        "max": 35,
                        "min": 27
                    }
                ]
            },
            {
                "title": "Tire(s) - Rotate",
                "description": "Done every 5,000 miles or so, a tire rotation is the act of moving tires around your car, truck or SUV so the tires wear evenly. Some vehicles have “staggered” tire sizes, meaning that the fronts are smaller than the rears. In this case, they can only be rotated from left to right (or vice versa). Some high-performance tires shouldn’t be rotated at all, since they’re made to turn in one direction only (usually indicated by an arrow on the tire’s sidewall). As always, consult your owner’s manual for more information.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 37,
                        "min": 26
                    }
                ]
            },
            {
                "title": "Tire(s) - Rotate & Balance (4 Wheels)",
                "description": "Done every 5,000 miles or so, a tire rotation is the act of moving tires around the vehicle so they have the opportunity to wear evenly. Some vehicles use “staggered” tire sizes meaning the fronts are smaller than  the rears. In this case, they can only be rotated from left to right (and vice versa).  Some high-performance tires shouldn’t be rotated at all, since they’re made to turn in one direction only (usually indicated by an arrow on the tire’s sidewall). As always, consult your owner’s manual for more information. Mounting new tires or rotating existing ones doesn’t always result in a smooth ride.  Because of manufacturing and mounting irregularities, tires need to be balanced by adding counter-balancing weights to certain parts of the wheel.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 0,
                        "min": 0
                    },
                    {
                        "name": "Labor",
                        "max": 89,
                        "min": 66
                    }
                ]
            },
            {
                "title": "Transmission Fluid - Flush",
                "description": "Most new vehicles are equipped with an automatic transmission. As a result, there's not really much maintenance to perform. Still, most owner’s manuals will recommend changing the transmission fluid every 90,000 miles or so. Flushing your transmission’s fluid has fallen out of vogue in recent years because the high-pressure cleaning involved may dislodge debris inside the transmission that can literally gum up the works. By following your vehicle’s maintenance schedule, your car’s gearbox will offer years of trouble-free driving. For more information check with your owner’s manual and your dealership service advisor.\n",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 158,
                        "min": 117
                    },
                    {
                        "name": "Labor",
                        "max": 194,
                        "min": 143
                    }
                ]
            },
            {
                "title": "Water Pump - Replace",
                "description": "The water pump is an essential component that keeps the coolant circulating, a critical role in ensuring that the engine maintains the proper operating temperature. Without coolant being circulated, the engine will overheat, leading to premature wear and damage. A failing water pump can also leak causing further loss of coolant. Water pumps are designed to last at least 100,000 miles, however, if your water pump fails, you should replace it with a high-quality original-equipment level unit. Less expensive replacement pumps are available, but they might only have a service life of 30,000 miles.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 259,
                        "min": 191
                    },
                    {
                        "name": "Labor",
                        "max": 480,
                        "min": 354
                    }
                ]
            },
            {
                "title": "Wiper Blades - Replace 1 Front Wiper",
                "description": "Consider them part of the vehicle’s safety equipment: If you can’t see through the windshield, you are likely putting yourself, your family and your vehicle at risk. You should aim to replace your wiper blades every six months to a year, due to the toll they take from extreme heat and humidity, which work to cut down the useful life of your blades.",
                "costs": [
                    {
                        "name": "Parts",
                        "max": 40,
                        "min": 30
                    },
                    {
                        "name": "Labor",
                        "max": 11,
                        "min": 8
                    }
                ]
            }
        ]
    }
}

Premium Plus VIN Decode One Trim

Premium plus VIN decode is a more detailed breakdown of a vehicle. As soon as you enter VIN it gives you information not just limited to year, make, model, trim, engine, transmission but also details of interior, exterior, mechanical, entertainment, safety and comfort features of a vehicle. It also gives you information about the interior/exterior colors of vehicle with HEX codes, fuel economy, along with standard equipment details and more.

Coverage: This API supports US/Canada VIN from 1999-2023.

Support: 17 digit VIN number.

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digit VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data An object containing all the data available.

{
              "status": "success",
              "data": {
                "Touring 4dr Hatchback Manual": {
                  "intro": {
                    "vin": "SHHFK8G72JU203303"
                  },
                  "basic": {
                    "vehicle_name": "Honda Civic Type R",
                    "make": "Honda",
                    "model": "Civic Type R",
                    "model_group": "Civic Type R",
                    "year": "2018",
                    "trims": [
                      "Touring 4dr Hatchback Manual"
                    ],
                    "trim": {
                      "Style": "4dr Hatchback Manual",
                      "Trim": "Touring",
                      "MSRP / Invoice": "$34,700.00 / $32,200.00"
                    },
                    "body_type": "hatchback",
                    "vehicle_type": "",
                    "doors": "4",
                    "vehicle_size": "Large Cars",
                    "vehicle_segment": ""
                  },
                  "engine": {
                    "engine_order_code": "",
                    "alternator_capacity": "",
                    "engine_number_of_cylinders": "I-4",
                    "engine_displacement_units": "2",
                    "displacement_(l_ci)": "2000",
                    "engine_block_type": "",
                    "engine_model": "Intercooled Turbo Premium Unleaded I-4",
                    "engine_valves": "16",
                    "engine_camshaft": "",
                    "emission_standard": "",
                    "net_torque": "295 @ 2500",
                    "sae_net_torque_rpm": "295 @ 2500",
                    "horsepower": "306 @ 6500",
                    "sae_net_horsepower_rpm": "306 @ 6500",
                    "compression": "9.8"
                  },
                  "manufacturer": {
                    "manufacturer": "Honda of The UK Manufacturing LTD",
                    "country": "UNITED KINGDOM"
                  },
                  "transmission": {
                    "transmission_style": "6 speed manual",
                    "transmission_type": "manual",
                    "transmission_order_code": "",
                    "first_gear_ratio": "3.62",
                    "second_gear_ratio": "2.12",
                    "third_gear_ratio": "1.53",
                    "fourth_gear_ratio": "1.12",
                    "fifth_gear_ratio": "0.91",
                    "sixth_gear_ratio": "0.73",
                    "seventh_gear_ratio": "",
                    "eighth_gear_ratio": "",
                    "reverse_ratio": "3.76",
                    "transfer_case_power_takeoff": ""
                  },
                  "dimensions": {
                    "dead_weight_hitch_max_trailer_wt": "",
                    "dead_weight_hitch_max_tongue_wt": "",
                    "trunk_volume": "",
                    "width": "73.9 in",
                    "length": "179.41 in",
                    "height": "56.5 in",
                    "track_width_front": "63 in",
                    "track_width_rear": "62.7 in",
                    "min_ground_clearance": "",
                    "wheelbase": "106.3 in",
                    "rear_hip_room": "",
                    "front_hip_room": "",
                    "rear_shoulder_room": "55 in",
                    "front_shoulder_room": "56.9 in",
                    "turning_diameter": "39.5 ft",
                    "rear_legroom": "35.9 in",
                    "front_legroom": "42.3 in",
                    "rear_headroom": "37.4 in",
                    "front_headroom": "39.3 in",
                    "passenger_volume": "97 ft³",
                    "liftover_height": ""
                  },
                  "drivetrain": {
                    "drive_type": "FWD",
                    "final_drive_axle_ratio": "4.11"
                  },
                  "braking": {
                    "rear_brake_type": "4-Wheel Disc",
                    "front_brake_type": "4-Wheel Disc",
                    "disc_front": "Yes",
                    "disc_rear": "Yes",
                    "front_brake_rotor_diam_and_thickness": "13.8",
                    "rear_brake_rotor_diam_and_thickness": "12"
                  },
                  "suspension": {
                    "steering_type": "Rack-Pinion",
                    "steering_ratio_overall": "",
                    "lock_to_lock_turns_steering": "",
                    "rear_suspension": "Multi-Link",
                    "front_suspension": "Strut",
                    "suspension_type_rear_cont": "Multi-Link",
                    "suspension_type_front_cont": "Strut",
                    "stabilizer_bar_diameter_rear": "",
                    "stabilizer_bar_diameter_front": ""
                  },
                  "colors": {
                    "interior": [
                      {
                        "Hex": "#a90905",
                        "Generic Name": "darkred",
                        "Code": "BR",
                        "Color": "Red/Black w/Suede-Effect Fabric Seating Surfaces w/Type R Logo"
                      }
                    ],
                    "exterior": [
                      {
                        "Hex": "#e9e8e0",
                        "Generic Name": "gainsboro",
                        "Code": "WY",
                        "Color": "Championship White"
                      },
                      {
                        "Hex": "#343737",
                        "Generic Name": "darkslategray",
                        "Code": "GY",
                        "Color": "Polished Metal Metallic"
                      },
                      {
                        "Hex": "#1d1d1d",
                        "Generic Name": "black",
                        "Code": "BK",
                        "Color": "Crystal Black Pearl"
                      },
                      {
                        "Hex": "#0a2e80",
                        "Generic Name": "midnightblue",
                        "Code": "BS",
                        "Color": "Aegean Blue Metallic"
                      },
                      {
                        "Hex": "#990019",
                        "Generic Name": "darkred",
                        "Code": "RE",
                        "Color": "Rallye Red"
                      }
                    ]
                  },
                  "seating": {
                    "standard_seating": "4"
                  },
                  "weight": {
                    "curb_weight": "3117 lbs"
                  },
                  "wheels_and_tires": {
                    "front_tire_size": "P245/30YR20",
                    "rear_tire_size": "P245/30YR20",
                    "spare_tire_size": "",
                    "rear_tire_order_code": "",
                    "front_tire_order_code": "",
                    "wheel_size_front_(inches)": "20 X 8.5 in",
                    "wheel_size_rear_(inches)": "20 X 8.5  in",
                    "spare_wheel_size": "",
                    "front_wheel_material": "Aluminum",
                    "rear_wheel_material": "Aluminum",
                    "spare_wheel_material": "",
                    "steering_type": "Rack-Pinion",
                    "anti_lock_brakes": "4-Wheel"
                  },
                  "market_value": {
                    "msrp": "$34,700.00",
                    "destination_charge": "$895.00",
                    "invoice_price": "$32,200.00"
                  },
                  "fuel": {
                    "fuel_economy": "22 City / 28 Highway MPG",
                    "highway_mileage": "28 MPG",
                    "city_mileage": "22 MPG",
                    "fuel_economy_est_combined": "25 MPG",
                    "epa_greenhouse_gas_score": "",
                    "fuel_type": "Premium Unleaded",
                    "fuel_capacity": "12.4 gal",
                    "fuel_injection_type": ""
                  },
                  "feature": {
                    "mechanical_and_powertrain": [
                      "Engine: 2.0L I-4 DOHC 16-Valve VTEC Turbocharged",
                      "Front And Rear Anti-Roll Bars",
                      "Multi-Link Rear Suspension w/Coil Springs",
                      "12.4gal. Fuel Tank",
                      "Driver Control Ride Control Sport Tuned Suspension",
                      "Transmission: 6-Speed Manual w/Rev-Match Control",
                      "Quasi-Dual Stainless Steel Exhaust w/Chrome Tailpipe Finisher",
                      "Front-Wheel",
                      "Strut Front Suspension w/Coil Springs",
                      "Electric Power-Assist Speed-Sensing Steering"
                    ],
                    "safety": [
                      "VSA Electronic Stability Control (ESC)",
                      "ABS And Driveline Traction Control",
                      "Dual Stage Driver And Passenger Seat-Mounted Side Airbags",
                      "Low Tire Pressure Warning",
                      "Dual Stage Driver And Passenger Front Airbags",
                      "Curtain 1st And 2nd Row Airbags",
                      "Airbag Occupancy Sensor",
                      "Rear Child Safety Locks",
                      "Outboard Front Lap And Shoulder Safety Belts -inc: Height Adjusters and Pretensioners",
                      "Back-Up Camera"
                    ],
                    "interior": [
                      "60-40 Folding Bench Front Facing Fold Forward Seatback Rear Seat",
                      "Fixed Front Head Restraints and Fixed Rear Head Restraints",
                      "High-Bolstered Front Bucket Sport Seats",
                      "6-Way Driver Seat -inc: Manual Recline, Height Adjustment and Fore/Aft Movement",
                      "4-Way Passenger Seat -inc: Manual Recline and Fore/Aft Movement",
                      "Suede-Effect Fabric Seating Surfaces w/Type R Logo -inc: double red stitching",
                      "Seats w/Simulated Suede Back Material",
                      "Manual Tilt/Telescoping Steering Column",
                      "Leather/Metal-Look Steering Wheel",
                      "Cruise Control w/Steering Wheel Controls",
                      "Interior Trim -inc: Simulated Carbon Fiber Instrument Panel Insert, Simulated Carbon Fiber Door Panel Insert, Metal-Look Console Insert and Metal-Look Interior Accents",
                      "Instrument Panel Bin, Driver / Passenger And Rear Door Bins",
                      "Gauges -inc: Speedometer, Odometer, Tachometer, Turbo/Supercharger Boost, Trip Odometer and Trip Computer",
                      "Digital/Analog Display",
                      "Compass",
                      "Outside Temp Gauge",
                      "Full Floor Console w/Covered Storage, Rear Console w/Storage and 1 12V DC Power Outlet",
                      "Carpet Floor Trim and Carpet Trunk Lid/Rear Cargo Door Trim",
                      "Sliding Front Center Armrest",
                      "Full Carpet Floor Covering -inc: Carpet Front And Rear Floor Mats",
                      "Roll-Up Cargo Cover",
                      "FOB Controls -inc: Cargo Access and Remote Engine Start",
                      "Remote Releases -Inc: Power Cargo Access",
                      "Cargo Space Lights",
                      "Cargo Features -inc: Spare Tire Mobility Kit",
                      "Simulated Suede Door Trim Insert",
                      "Driver And Passenger Visor Vanity Mirrors w/Driver And Passenger Illumination",
                      "Driver Foot Rest",
                      "Aluminum Gear Shifter Material",
                      "Glove Box",
                      "Day-Night Rearview Mirror",
                      "Front Cupholder",
                      "Rear Cupholder",
                      "Full Cloth Headliner",
                      "Power 1st Row Windows w/Driver And Passenger 1-Touch Up/Down",
                      "Power Rear Windows",
                      "Fade-To-Off Interior Lighting",
                      "Front Map Lights",
                      "Perimeter Alarm",
                      "Power Door Locks w/Autolock Feature",
                      "Power Fuel Flap Locking Type",
                      "1 12V DC Power Outlet",
                      "Proximity Key For Doors And Push Button Start",
                      "Remote Keyless Entry w/Integrated Key Transmitter, Illuminated Entry, Illuminated Ignition Switch and Panic Button",
                      "Valet Function",
                      "Engine Immobilizer",
                      "Dual Zone Front Automatic Air Conditioning",
                      "Redundant Digital Speedometer",
                      "Trip Computer"
                    ],
                    "exterior": [
                      "Body-Colored Front Bumper",
                      "Body-Colored Power Heated Side Mirrors w/Manual Folding and Turn Signal Indicator",
                      "Wheels: 20\" x 8.5\" Alloy",
                      "Speed Sensitive Variable Intermittent Wipers",
                      "Fixed Rear Window w/Fixed Interval Wiper, Heated Wiper Park and Defroster",
                      "Black Grille",
                      "Galvanized Steel/Aluminum Panels",
                      "Tires: P245/30ZR20 90Y Summer Performance",
                      "Rocker Panel Extensions",
                      "Fully Automatic Aero-Composite Led Low/High Beam Daytime Running Headlamps w/Delay-Off",
                      "Black Side Windows Trim",
                      "Body-Colored Door Handles",
                      "Liftgate Rear Cargo Access",
                      "Wing Spoiler",
                      "Body-Colored Rear Bumper",
                      "Front Fog Lamps",
                      "Spare Tire Mobility Kit",
                      "Light Tinted Glass",
                      "245/30YR20.0"
                    ]
                  },
                  "comfort": {
                    "total_cooling_system_capacity": ""
                  }
                }
              },
              "execution time": "2.3590416249930857 sec"
            }

Premium Plus VIN Decode Multiple Trims

Premium plus VIN decode is a more detailed breakdown of a vehicle. As soon as you enter VIN it gives you information not just limited to year, make, model, trims, engine, transmission but also details of interior, exterior, mechanical, entertainment, safety and comfort features of a vehicle. It also gives you information about the interior/exterior colors of vehicle with HEX codes, fuel economy, along with standard equipment details and more.

Coverage: This API supports US/Canada VIN from 1999-2023.

Support: 17 digit VIN number.

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/all-trims/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digit VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data An object containing all the data available.

{
              "status": "success",
              "data": {
                  "TrailSport 4dr All-Wheel Drive Automatic": {
                      "intro": {
                          "vin": "5FNYF8H60PB501751"
                      },
                      "basic": {
                          "vehicle_name": "Honda Passport",
                          "make": "Honda",
                          "model": "Passport",
                          "model_group": "Passport",
                          "year": "2023",
                          "trims": [
                              "TrailSport 4dr All-Wheel Drive Automatic",
                              "Elite 4dr All-Wheel Drive Automatic",
                              "EX-L 4dr All-Wheel Drive Automatic"
                          ],
                          "trim": {
                              "Style": "4dr All-Wheel Drive Automatic",
                              "Trim": "TrailSport",
                              "MSRP / Invoice": "$43,600.00 / $40,646.00"
                          },
                          "body_type": "",
                          "vehicle_type": "",
                          "doors": "4",
                          "vehicle_size": "Small SUV 4WD",
                          "vehicle_segment": ""
                      },
                      "engine": {
                          "engine_order_code": "",
                          "alternator_capacity": "",
                          "engine_number_of_cylinders": "V-6",
                          "engine_displacement_units": "3.5",
                          "displacement_(l_ci)": "3500",
                          "engine_block_type": "",
                          "engine_model": "Regular Unleaded V-6",
                          "engine_valves": "24",
                          "engine_camshaft": "",
                          "emission_standard": "",
                          "net_torque": "262 @ 4700",
                          "sae_net_torque_rpm": "262 @ 4700",
                          "horsepower": "280 @ 6000",
                          "sae_net_horsepower_rpm": "280 @ 6000",
                          "compression": "11.5"
                      },
                      "manufacturer": {
                          "manufacturer": "Honda Manufacturing of Alabama LLC",
                          "country": "UNITED STATES"
                      },
                      "transmission": {
                          "transmission_style": "9 speed automatic",
                          "transmission_type": "automatic",
                          "transmission_order_code": "",
                          "first_gear_ratio": "4.71",
                          "second_gear_ratio": "2.84",
                          "third_gear_ratio": "1.91",
                          "fourth_gear_ratio": "1.38",
                          "fifth_gear_ratio": "1",
                          "sixth_gear_ratio": "0.81",
                          "seventh_gear_ratio": "0.7",
                          "eighth_gear_ratio": "0.58",
                          "reverse_ratio": "3.83",
                          "transfer_case_power_takeoff": ""
                      },
                      "dimensions": {
                          "dead_weight_hitch_max_trailer_wt": "5000",
                          "dead_weight_hitch_max_tongue_wt": "500",
                          "trunk_volume": "",
                          "width": "78.58 in",
                          "length": "189.09 in",
                          "height": "72.2 in",
                          "track_width_front": "67.1 in",
                          "track_width_rear": "67.1 in",
                          "min_ground_clearance": "",
                          "wheelbase": "110.91 in",
                          "rear_hip_room": "",
                          "front_hip_room": "",
                          "rear_shoulder_room": "61.9 in",
                          "front_shoulder_room": "62 in",
                          "turning_diameter": "39.3 ft",
                          "rear_legroom": "39.6 in",
                          "front_legroom": "40.9 in",
                          "rear_headroom": "40 in",
                          "front_headroom": "39.5 in",
                          "passenger_volume": "114.9 ft³",
                          "liftover_height": ""
                      },
                      "drivetrain": {
                          "drive_type": "AWD",
                          "final_drive_axle_ratio": "4.33"
                      },
                      "braking": {
                          "rear_brake_type": "4-Wheel Disc",
                          "front_brake_type": "4-Wheel Disc",
                          "disc_front": "Yes",
                          "disc_rear": "Yes",
                          "front_brake_rotor_diam_and_thickness": "12.6",
                          "rear_brake_rotor_diam_and_thickness": "13"
                      },
                      "suspension": {
                          "steering_type": "Rack-Pinion",
                          "steering_ratio_overall": "",
                          "lock_to_lock_turns_steering": "",
                          "rear_suspension": "Multi-Link",
                          "front_suspension": "Strut",
                          "suspension_type_rear_cont": "Multi-Link",
                          "suspension_type_front_cont": "Strut",
                          "stabilizer_bar_diameter_rear": "",
                          "stabilizer_bar_diameter_front": ""
                      },
                      "colors": {
                          "interior": [
                              {
                                  "Hex": "#32312e",
                                  "Generic Name": "darkslategray",
                                  "Code": "BK",
                                  "Color": "Black w/Leather-Trimmed Seats"
                              }
                          ],
                          "exterior": [
                              {
                                  "Hex": "#949393",
                                  "Generic Name": "lightslategray",
                                  "Code": "SI",
                                  "Color": "Lunar Silver Metallic"
                              },
                              {
                                  "Hex": "#1d1d1d",
                                  "Generic Name": "black",
                                  "Code": "BK",
                                  "Color": "Crystal Black Pearl"
                              },
                              {
                                  "Hex": "#ebeae7",
                                  "Generic Name": "linen",
                                  "Code": "WX",
                                  "Color": "Platinum White Pearl"
                              },
                              {
                                  "Hex": "#5b5a60",
                                  "Generic Name": "dimgray",
                                  "Code": "GA",
                                  "Color": "Sonic Gray Pearl"
                              },
                              {
                                  "Hex": "#94181d",
                                  "Generic Name": "brown",
                                  "Code": "RL",
                                  "Color": "Radiant Red Metallic II"
                              }
                          ]
                      },
                      "seating": {
                          "standard_seating": "5"
                      },
                      "weight": {
                          "curb_weight": "4229 lbs"
                      },
                      "wheels_and_tires": {
                          "front_tire_size": "P245/60HR18",
                          "rear_tire_size": "P245/60HR18",
                          "spare_tire_size": "Compact",
                          "rear_tire_order_code": "",
                          "front_tire_order_code": "",
                          "wheel_size_front_(inches)": "18 X 8 in",
                          "wheel_size_rear_(inches)": "18 X 8  in",
                          "spare_wheel_size": "Compact ",
                          "front_wheel_material": "Aluminum",
                          "rear_wheel_material": "Aluminum",
                          "spare_wheel_material": "Steel",
                          "steering_type": "Rack-Pinion",
                          "anti_lock_brakes": "4-Wheel"
                      },
                      "market_value": {
                          "msrp": "$43,600.00",
                          "destination_charge": "$1,345.00",
                          "invoice_price": "$40,646.00"
                      },
                      "fuel": {
                          "fuel_economy": "19 City / 24 Highway MPG",
                          "highway_mileage": "24 MPG",
                          "city_mileage": "19 MPG",
                          "fuel_economy_est_combined": "21 MPG",
                          "epa_greenhouse_gas_score": "",
                          "fuel_type": "Regular Unleaded",
                          "fuel_capacity": "19.5 gal",
                          "fuel_injection_type": ""
                      },
                      "feature": {
                          "mechanical_and_powertrain": [
                              "Brake Actuated Limited Slip Differential",
                              "Front And Rear Anti-Roll Bars",
                              "Towing Equipment -inc: Trailer Sway Control",
                              "Permanent Locking Hubs",
                              "Electric Power-Assist Speed-Sensing Steering",
                              "4.334 Axle Ratio",
                              "1 Skid Plate",
                              "19.5gal. Fuel Tank",
                              "Strut Front Suspension w/Coil Springs",
                              "Quasi-Dual Stainless Steel Exhaust w/Chrome Tailpipe Finisher",
                              "GVWR: TBD",
                              "Multi-Link Rear Suspension w/Coil Springs",
                              "All-Wheel",
                              "Engine: 3.5L V6 24-Valve SOHC i-VTEC",
                              "Battery w/Run Down Protection",
                              "Transmission: 9-Speed Automatic",
                              "Gas-Pressurized Shock Absorbers"
                          ],
                          "safety": [
                              "Vehicle Stability Assist (VSA) Electronic Stability Control (ESC)",
                              "ABS And Driveline Traction Control",
                              "Side Impact Beams",
                              "Dual Stage Driver And Passenger Seat-Mounted Side Airbags",
                              "Front And Rear Parking Sensors",
                              "Blind Spot Information (BSI) System Blind Spot",
                              "Collision Mitigation Braking System (CMBS) + Forward Collision Warning (FCW) and Cross Traffic Monitor",
                              "Lane Keeping Assist System (LKAS) Lane Keeping Assist",
                              "Lane Keeping Assist System (LKAS) Lane Departure Warning",
                              "Collision Mitigation-Front",
                              "Tire Specific Low Tire Pressure Warning",
                              "Dual Stage Driver And Passenger Front Airbags",
                              "Curtain 1st And 2nd Row Airbags",
                              "Airbag Occupancy Sensor",
                              "Rear Child Safety Locks",
                              "Outboard Front Lap And Shoulder Safety Belts -inc: Rear Center 3 Point, Height Adjusters and Pretensioners",
                              "Back-Up Camera"
                          ],
                          "interior": [
                              "Heated Front Bucket Seats -inc: 10-way power driver's seat adjustment including power lumbar support, 4-way power front passenger's seat adjustment and head restraints at all seating positions",
                              "8-Way Driver Seat",
                              "Passenger Seat",
                              "60-40 Folding Split-Bench Front Facing Manual Reclining Fold Forward Seatback Rear Seat w/Manual Fore/Aft",
                              "Manual Tilt/Telescoping Steering Column",
                              "Gauges -inc: Speedometer, Odometer, Engine Coolant Temp, Tachometer, Trip Odometer and Trip Computer",
                              "Power Rear Windows, Fixed 3rd Row Windows and w/Manual Sun Blinds",
                              "Leather/Metal-Look Steering Wheel",
                              "Illuminated Front Cupholder",
                              "Rear Cupholder",
                              "Compass",
                              "Valet Function",
                              "Remote Keyless Entry w/Integrated Key Transmitter, Illuminated Entry and Panic Button",
                              "Remote Releases -Inc: Power Cargo Access and Mechanical Fuel",
                              "Proximity Key For Doors And Push Button Start",
                              "HomeLink Garage Door Transmitter",
                              "Cruise Control w/Steering Wheel Controls",
                              "Distance Pacing w/Traffic Stop-Go",
                              "Dual Zone Front Automatic Air Conditioning",
                              "Rear HVAC",
                              "HVAC -inc: Underseat Ducts and Console Ducts",
                              "Illuminated Locking Glove Box",
                              "Driver Foot Rest",
                              "Interior Trim -inc: Metal-Look Instrument Panel Insert, Metal-Look Door Panel Insert, Metal-Look Console Insert and Chrome/Metal-Look Interior Accents",
                              "Full Cloth Headliner",
                              "Leather-Trimmed Seats",
                              "Day-Night Auto-Dimming Rearview Mirror",
                              "Driver And Passenger Visor Vanity Mirrors w/Driver And Passenger Illumination",
                              "Full Floor Console w/Covered Storage, Mini Overhead Console w/Storage, 3 12V DC Power Outlets and 1 120V AC Power Outlet",
                              "Front And Rear Map Lights",
                              "Fade-To-Off Interior Lighting",
                              "Carpet Floor Trim",
                              "Full Carpet Floor Covering -inc: Vinyl/Rubber Front And Rear Floor Mats",
                              "Trunk/Hatch Auto-Latch",
                              "Cargo Area Concealed Storage",
                              "Cargo Space Lights",
                              "FOB Controls -inc: Cargo Access, Windows and Remote Engine Start",
                              "Honda Satellite-Linked Navigation System Integrated Navigation System w/Voice Activation",
                              "Instrument Panel Bin, Interior Concealed Storage, Driver / Passenger And Rear Door Bins",
                              "Power 1st Row Windows w/Driver And Passenger 1-Touch Up/Down",
                              "Delayed Accessory Power",
                              "Power Door Locks w/Autolock Feature",
                              "Systems Monitor",
                              "Trip Computer",
                              "Outside Temp Gauge",
                              "Digital/Analog Appearance",
                              "Seats w/Leatherette Back Material",
                              "Manual Adjustable Rear Head Restraints",
                              "Driver And Front Passenger Armrests Front Center Armrest and Rear Center Armrest w/Storage",
                              "2 Seatback Storage Pockets",
                              "Perimeter Alarm",
                              "Immobilizer",
                              "3 12V DC Power Outlets",
                              "Air Filtration",
                              "3 12V DC Power Outlets and 1 120V AC Power Outlet"
                          ],
                          "exterior": [
                              "LED Brakelights",
                              "Front Fog Lamps",
                              "Fixed Rear Window w/Fixed Interval Wiper and Defroster",
                              "Compact Spare Tire Mounted Inside Under Cargo",
                              "Body-Colored Rear Bumper w/Metal-Look Rub Strip/Fascia Accent",
                              "Variable Intermittent Wipers w/Heated Wiper Park",
                              "Roof Rack Rails Only",
                              "Auto On/Off Projector Beam Led Low/High Beam Daytime Running Auto High-Beam Headlamps w/Delay-Off",
                              "Wheels: 18\" Machine-Finish Alloy -inc: pewter gray inserts",
                              "Steel Spare Wheel",
                              "Black Bodyside Cladding and Black Wheel Well Trim",
                              "Black Grille w/Chrome Accents",
                              "Black Side Windows Trim and Black Front Windshield Trim",
                              "Tires: 245/60R18 105H AS (Rugged Design)",
                              "Tailgate/Rear Door Lock Included w/Power Door Locks",
                              "Deep Tinted Glass",
                              "Body-Colored Front Bumper w/Metal-Look Rub Strip/Fascia Accent",
                              "Express Open/Close Sliding And Tilting Glass 1st Row Sunroof w/Sunshade",
                              "Clearcoat Paint",
                              "Headlights-Automatic Highbeams",
                              "Body-Colored Door Handles",
                              "Galvanized Steel/Aluminum Panels",
                              "Lip Spoiler",
                              "Black Power w/Tilt Down Heated Side Mirrors w/Power Folding and Turn Signal Indicator",
                              "Wheels: 18\" Machine-Finish Alloy",
                              "Power Liftgate Rear Cargo Access",
                              "245/60HR18.0"
                          ]
                      },
                      "comfort": {
                          "total_cooling_system_capacity": ""
                      }
                  },
                  "Elite 4dr All-Wheel Drive Automatic": {
                      "intro": {
                          "vin": "5FNYF8H60PB501751"
                      },
                      "basic": {
                          "vehicle_name": "Honda Passport",
                          "make": "Honda",
                          "model": "Passport",
                          "model_group": "Passport",
                          "year": "2023",
                          "trims": [
                              "TrailSport 4dr All-Wheel Drive Automatic",
                              "Elite 4dr All-Wheel Drive Automatic",
                              "EX-L 4dr All-Wheel Drive Automatic"
                          ],
                          "trim": {
                              "Style": "4dr All-Wheel Drive Automatic",
                              "Trim": "Elite",
                              "MSRP / Invoice": "$46,560.00 / $42,682.00"
                          },
                          "body_type": "",
                          "vehicle_type": "",
                          "doors": "4",
                          "vehicle_size": "Small SUV 4WD",
                          "vehicle_segment": ""
                      },
                      "engine": {
                          "engine_order_code": "",
                          "alternator_capacity": "",
                          "engine_number_of_cylinders": "V-6",
                          "engine_displacement_units": "3.5",
                          "displacement_(l_ci)": "3500",
                          "engine_block_type": "",
                          "engine_model": "Regular Unleaded V-6",
                          "engine_valves": "24",
                          "engine_camshaft": "",
                          "emission_standard": "",
                          "net_torque": "262 @ 4700",
                          "sae_net_torque_rpm": "262 @ 4700",
                          "horsepower": "280 @ 6000",
                          "sae_net_horsepower_rpm": "280 @ 6000",
                          "compression": "11.5"
                      },
                      "manufacturer": {
                          "manufacturer": "Honda Manufacturing of Alabama LLC",
                          "country": "UNITED STATES"
                      },
                      "transmission": {
                          "transmission_style": "9 speed automatic",
                          "transmission_type": "automatic",
                          "transmission_order_code": "",
                          "first_gear_ratio": "4.71",
                          "second_gear_ratio": "2.84",
                          "third_gear_ratio": "1.91",
                          "fourth_gear_ratio": "1.38",
                          "fifth_gear_ratio": "1",
                          "sixth_gear_ratio": "0.81",
                          "seventh_gear_ratio": "0.7",
                          "eighth_gear_ratio": "0.58",
                          "reverse_ratio": "3.83",
                          "transfer_case_power_takeoff": ""
                      },
                      "dimensions": {
                          "dead_weight_hitch_max_trailer_wt": "5000",
                          "dead_weight_hitch_max_tongue_wt": "500",
                          "trunk_volume": "",
                          "width": "78.58 in",
                          "length": "189.09 in",
                          "height": "72.2 in",
                          "track_width_front": "66.7 in",
                          "track_width_rear": "66.7 in",
                          "min_ground_clearance": "",
                          "wheelbase": "110.91 in",
                          "rear_hip_room": "",
                          "front_hip_room": "",
                          "rear_shoulder_room": "61.9 in",
                          "front_shoulder_room": "62 in",
                          "turning_diameter": "39.3 ft",
                          "rear_legroom": "39.6 in",
                          "front_legroom": "40.9 in",
                          "rear_headroom": "40 in",
                          "front_headroom": "39.5 in",
                          "passenger_volume": "114.9 ft³",
                          "liftover_height": ""
                      },
                      "drivetrain": {
                          "drive_type": "AWD",
                          "final_drive_axle_ratio": "4.33"
                      },
                      "braking": {
                          "rear_brake_type": "4-Wheel Disc",
                          "front_brake_type": "4-Wheel Disc",
                          "disc_front": "Yes",
                          "disc_rear": "Yes",
                          "front_brake_rotor_diam_and_thickness": "12.6",
                          "rear_brake_rotor_diam_and_thickness": "13"
                      },
                      "suspension": {
                          "steering_type": "Rack-Pinion",
                          "steering_ratio_overall": "",
                          "lock_to_lock_turns_steering": "",
                          "rear_suspension": "Multi-Link",
                          "front_suspension": "Strut",
                          "suspension_type_rear_cont": "Multi-Link",
                          "suspension_type_front_cont": "Strut",
                          "stabilizer_bar_diameter_rear": "",
                          "stabilizer_bar_diameter_front": ""
                      },
                      "colors": {
                          "interior": [
                              {
                                  "Hex": "#32312e",
                                  "Generic Name": "darkslategray",
                                  "Code": "BK",
                                  "Color": "Black w/Leather-Trimmed Seats"
                              },
                              {
                                  "Hex": "#75706a",
                                  "Generic Name": "dimgray",
                                  "Code": "GR",
                                  "Color": "Gray w/Leather-Trimmed Seats"
                              }
                          ],
                          "exterior": [
                              {
                                  "Hex": "#949393",
                                  "Generic Name": "lightslategray",
                                  "Code": "SX",
                                  "Color": "Lunar Silver Metallic"
                              },
                              {
                                  "Hex": "#1d1d1d",
                                  "Generic Name": "black",
                                  "Code": "BK",
                                  "Color": "Crystal Black Pearl"
                              },
                              {
                                  "Hex": "#121e2e",
                                  "Generic Name": "black",
                                  "Code": "BS",
                                  "Color": "Obsidian Blue Pearl"
                              },
                              {
                                  "Hex": "#ebeae7",
                                  "Generic Name": "linen",
                                  "Code": "WX",
                                  "Color": "Platinum White Pearl"
                              },
                              {
                                  "Hex": "#ebeae7",
                                  "Generic Name": "linen",
                                  "Code": "WY",
                                  "Color": "Platinum White Pearl"
                              },
                              {
                                  "Hex": "#5b5a60",
                                  "Generic Name": "dimgray",
                                  "Code": "GA",
                                  "Color": "Sonic Gray Pearl"
                              },
                              {
                                  "Hex": "#94181d",
                                  "Generic Name": "brown",
                                  "Code": "RL",
                                  "Color": "Radiant Red Metallic II"
                              }
                          ]
                      },
                      "seating": {
                          "standard_seating": "5"
                      },
                      "weight": {
                          "curb_weight": "4262 lbs"
                      },
                      "wheels_and_tires": {
                          "front_tire_size": "P265/45HR20",
                          "rear_tire_size": "P265/45HR20",
                          "spare_tire_size": "Compact",
                          "rear_tire_order_code": "",
                          "front_tire_order_code": "",
                          "wheel_size_front_(inches)": "20 X 8 in",
                          "wheel_size_rear_(inches)": "20 X 8  in",
                          "spare_wheel_size": "Compact ",
                          "front_wheel_material": "Aluminum",
                          "rear_wheel_material": "Aluminum",
                          "spare_wheel_material": "Steel",
                          "steering_type": "Rack-Pinion",
                          "anti_lock_brakes": "4-Wheel"
                      },
                      "market_value": {
                          "msrp": "$46,560.00",
                          "destination_charge": "$1,345.00",
                          "invoice_price": "$42,682.00"
                      },
                      "fuel": {
                          "fuel_economy": "19 City / 24 Highway MPG",
                          "highway_mileage": "24 MPG",
                          "city_mileage": "19 MPG",
                          "fuel_economy_est_combined": "21 MPG",
                          "epa_greenhouse_gas_score": "",
                          "fuel_type": "Regular Unleaded",
                          "fuel_capacity": "19.5 gal",
                          "fuel_injection_type": ""
                      },
                      "feature": {
                          "mechanical_and_powertrain": [
                              "19.5gal. Fuel Tank",
                              "Multi-Link Rear Suspension w/Coil Springs",
                              "Towing Equipment -inc: Trailer Sway Control",
                              "1 Skid Plate",
                              "Permanent Locking Hubs",
                              "All-Wheel",
                              "GVWR: TBD",
                              "Electric Power-Assist Speed-Sensing Steering",
                              "Quasi-Dual Stainless Steel Exhaust w/Chrome Tailpipe Finisher",
                              "Transmission: 9-Speed Automatic",
                              "Gas-Pressurized Shock Absorbers",
                              "Battery w/Run Down Protection",
                              "Front And Rear Anti-Roll Bars",
                              "Brake Actuated Limited Slip Differential",
                              "Strut Front Suspension w/Coil Springs",
                              "4.334 Axle Ratio",
                              "Engine: 3.5L V6 24-Valve SOHC i-VTEC"
                          ],
                          "safety": [
                              "Vehicle Stability Assist (VSA) Electronic Stability Control (ESC)",
                              "ABS And Driveline Traction Control",
                              "Side Impact Beams",
                              "Dual Stage Driver And Passenger Seat-Mounted Side Airbags",
                              "Front And Rear Parking Sensors",
                              "Blind Spot Information (BSI) System Blind Spot",
                              "Collision Mitigation Braking System (CMBS) + Forward Collision Warning (FCW) and Cross Traffic Monitor",
                              "Lane Keeping Assist System (LKAS) Lane Keeping Assist",
                              "Lane Keeping Assist System (LKAS) Lane Departure Warning",
                              "Collision Mitigation-Front",
                              "HondaLink Assist Emergency Sos",
                              "Tire Specific Low Tire Pressure Warning",
                              "Dual Stage Driver And Passenger Front Airbags",
                              "Curtain 1st And 2nd Row Airbags",
                              "Airbag Occupancy Sensor",
                              "Rear Child Safety Locks",
                              "Outboard Front Lap And Shoulder Safety Belts -inc: Rear Center 3 Point, Height Adjusters and Pretensioners",
                              "Back-Up Camera"
                          ],
                          "interior": [
                              "Heated & Ventilated Front Bucket Seats -inc: 10-way power driver's seat adjustment including power lumbar support, 4-way power front passenger's seat adjustment and head restraints at all seating positions",
                              "8-Way Driver Seat",
                              "Passenger Seat",
                              "60-40 Folding Split-Bench Front Facing Heated Manual Reclining Fold Forward Seatback Rear Seat w/Manual Fore/Aft",
                              "Manual Tilt/Telescoping Steering Column",
                              "Gauges -inc: Speedometer, Odometer, Engine Coolant Temp, Tachometer, Trip Odometer and Trip Computer",
                              "Power Rear Windows, Fixed 3rd Row Windows and w/Manual Sun Blinds",
                              "Heated Leather/Piano Black Steering Wheel",
                              "Illuminated Front Cupholder",
                              "Rear Cupholder",
                              "Compass",
                              "Valet Function",
                              "Proximity Key For Doors And Push Button Start",
                              "Remote Keyless Entry w/Integrated Key Transmitter, 2 Door Curb/Courtesy, Illuminated Entry and Panic Button",
                              "Remote Releases -Inc: Proximity Cargo Access and Mechanical Fuel",
                              "HomeLink Garage Door Transmitter",
                              "Cruise Control w/Steering Wheel Controls",
                              "Distance Pacing w/Traffic Stop-Go",
                              "Dual Zone Front Automatic Air Conditioning",
                              "Rear HVAC",
                              "HVAC -inc: Underseat Ducts and Console Ducts",
                              "Illuminated Locking Glove Box",
                              "Driver Foot Rest",
                              "Full Cloth Headliner",
                              "Leather-Trimmed Seats",
                              "Interior Trim -inc: Piano Black Instrument Panel Insert, Piano Black Door Panel Insert, Piano Black Console Insert and Chrome/Metal-Look Interior Accents",
                              "Day-Night Auto-Dimming Rearview Mirror",
                              "Driver And Passenger Visor Vanity Mirrors w/Driver And Passenger Illumination",
                              "Full Floor Console w/Covered Storage, Mini Overhead Console w/Storage, Conversation Mirror, 3 12V DC Power Outlets and 1 120V AC Power Outlet",
                              "Front And Rear Map Lights",
                              "Fade-To-Off Interior Lighting",
                              "Full Carpet Floor Covering -inc: Carpet Front And Rear Floor Mats",
                              "Carpet Floor Trim",
                              "Trunk/Hatch Auto-Latch",
                              "Cargo Area Concealed Storage",
                              "Cargo Space Lights",
                              "FOB Controls -inc: Cargo Access, Windows and Remote Engine Start",
                              "Honda Satellite-Linked Navigation System Integrated Navigation System w/Voice Activation",
                              "HondaLink Tracker System",
                              "Instrument Panel Bin, Interior Concealed Storage, Driver / Passenger And Rear Door Bins",
                              "Power 1st Row Windows w/Driver And Passenger 1-Touch Up/Down",
                              "Delayed Accessory Power",
                              "Power Door Locks w/Autolock Feature",
                              "Systems Monitor",
                              "Trip Computer",
                              "Outside Temp Gauge",
                              "Digital/Analog Appearance",
                              "Seats w/Leatherette Back Material",
                              "Manual Adjustable Rear Head Restraints",
                              "Driver And Front Passenger Armrests Front Center Armrest and Rear Center Armrest w/Storage",
                              "2 Seatback Storage Pockets",
                              "Perimeter Alarm",
                              "Immobilizer",
                              "3 12V DC Power Outlets",
                              "Air Filtration",
                              "3 12V DC Power Outlets and 1 120V AC Power Outlet"
                          ],
                          "exterior": [
                              "Express Open/Close Sliding And Tilting Glass 1st Row Sunroof w/Sunshade",
                              "Front Fog Lamps",
                              "Fixed Rear Window w/Fixed Interval Wiper and Defroster",
                              "Clearcoat Paint",
                              "Rain Detecting Variable Intermittent Wipers w/Heated Wiper Park",
                              "Compact Spare Tire Mounted Inside Under Cargo",
                              "Power Liftgate Rear Cargo Access",
                              "Tires: 265/45R20 104H AS",
                              "LED Brakelights",
                              "Wheels: 20\" Machined-Finish Alloy -inc: gloss black inserts",
                              "Roof Rack Rails Only",
                              "Body-Colored Front Bumper w/Black Rub Strip/Fascia Accent",
                              "Black Grille w/Chrome Accents",
                              "Black Bodyside Cladding and Black Wheel Well Trim",
                              "Black Side Windows Trim and Black Front Windshield Trim",
                              "Body-Colored Door Handles",
                              "Headlights-Automatic Highbeams",
                              "Lip Spoiler",
                              "Body-Colored Rear Bumper w/Black Rub Strip/Fascia Accent",
                              "Deep Tinted Glass",
                              "Laminated Glass",
                              "Auto On/Off Projector Beam Led Low/High Beam Daytime Running Auto High-Beam Headlamps w/Delay-Off",
                              "Tailgate/Rear Door Lock Included w/Power Door Locks",
                              "Steel Spare Wheel",
                              "Wheels: 20\" Machined-Finish Alloy",
                              "Galvanized Steel/Aluminum Panels",
                              "Black Power w/Tilt Down Heated Auto Dimming Side Mirrors w/Power Folding and Turn Signal Indicator",
                              "265/45HR20.0"
                          ]
                      },
                      "comfort": {
                          "total_cooling_system_capacity": ""
                      }
                  },
                  "EX-L 4dr All-Wheel Drive Automatic": {
                      "intro": {
                          "vin": "5FNYF8H60PB501751"
                      },
                      "basic": {
                          "vehicle_name": "Honda Passport",
                          "make": "Honda",
                          "model": "Passport",
                          "model_group": "Passport",
                          "year": "2023",
                          "trims": [
                              "TrailSport 4dr All-Wheel Drive Automatic",
                              "Elite 4dr All-Wheel Drive Automatic",
                              "EX-L 4dr All-Wheel Drive Automatic"
                          ],
                          "trim": {
                              "Style": "4dr All-Wheel Drive Automatic",
                              "Trim": "EX-L",
                              "MSRP / Invoice": "$41,100.00 / $38,319.00"
                          },
                          "body_type": "",
                          "vehicle_type": "",
                          "doors": "4",
                          "vehicle_size": "Small SUV 4WD",
                          "vehicle_segment": ""
                      },
                      "engine": {
                          "engine_order_code": "",
                          "alternator_capacity": "",
                          "engine_number_of_cylinders": "V-6",
                          "engine_displacement_units": "3.5",
                          "displacement_(l_ci)": "3500",
                          "engine_block_type": "",
                          "engine_model": "Regular Unleaded V-6",
                          "engine_valves": "24",
                          "engine_camshaft": "",
                          "emission_standard": "",
                          "net_torque": "262 @ 4700",
                          "sae_net_torque_rpm": "262 @ 4700",
                          "horsepower": "280 @ 6000",
                          "sae_net_horsepower_rpm": "280 @ 6000",
                          "compression": "11.5"
                      },
                      "manufacturer": {
                          "manufacturer": "Honda Manufacturing of Alabama LLC",
                          "country": "UNITED STATES"
                      },
                      "transmission": {
                          "transmission_style": "9 speed automatic",
                          "transmission_type": "automatic",
                          "transmission_order_code": "",
                          "first_gear_ratio": "4.71",
                          "second_gear_ratio": "2.84",
                          "third_gear_ratio": "1.91",
                          "fourth_gear_ratio": "1.38",
                          "fifth_gear_ratio": "1",
                          "sixth_gear_ratio": "0.81",
                          "seventh_gear_ratio": "0.7",
                          "eighth_gear_ratio": "0.58",
                          "reverse_ratio": "3.83",
                          "transfer_case_power_takeoff": ""
                      },
                      "dimensions": {
                          "dead_weight_hitch_max_trailer_wt": "5000",
                          "dead_weight_hitch_max_tongue_wt": "500",
                          "trunk_volume": "",
                          "width": "78.58 in",
                          "length": "189.09 in",
                          "height": "72.2 in",
                          "track_width_front": "66.7 in",
                          "track_width_rear": "66.7 in",
                          "min_ground_clearance": "",
                          "wheelbase": "110.91 in",
                          "rear_hip_room": "",
                          "front_hip_room": "",
                          "rear_shoulder_room": "61.9 in",
                          "front_shoulder_room": "62 in",
                          "turning_diameter": "39.3 ft",
                          "rear_legroom": "39.6 in",
                          "front_legroom": "40.9 in",
                          "rear_headroom": "40 in",
                          "front_headroom": "39.5 in",
                          "passenger_volume": "114.9 ft³",
                          "liftover_height": ""
                      },
                      "drivetrain": {
                          "drive_type": "AWD",
                          "final_drive_axle_ratio": "4.33"
                      },
                      "braking": {
                          "rear_brake_type": "4-Wheel Disc",
                          "front_brake_type": "4-Wheel Disc",
                          "disc_front": "Yes",
                          "disc_rear": "Yes",
                          "front_brake_rotor_diam_and_thickness": "12.6",
                          "rear_brake_rotor_diam_and_thickness": "13"
                      },
                      "suspension": {
                          "steering_type": "Rack-Pinion",
                          "steering_ratio_overall": "",
                          "lock_to_lock_turns_steering": "",
                          "rear_suspension": "Multi-Link",
                          "front_suspension": "Strut",
                          "suspension_type_rear_cont": "Multi-Link",
                          "suspension_type_front_cont": "Strut",
                          "stabilizer_bar_diameter_rear": "",
                          "stabilizer_bar_diameter_front": ""
                      },
                      "colors": {
                          "interior": [
                              {
                                  "Hex": "#32312e",
                                  "Generic Name": "darkslategray",
                                  "Code": "BK",
                                  "Color": "Black w/Leather-Trimmed Seats"
                              },
                              {
                                  "Hex": "#75706a",
                                  "Generic Name": "dimgray",
                                  "Code": "GR",
                                  "Color": "Gray w/Leather-Trimmed Seats"
                              }
                          ],
                          "exterior": [
                              {
                                  "Hex": "#949393",
                                  "Generic Name": "lightslategray",
                                  "Code": "SX",
                                  "Color": "Lunar Silver Metallic"
                              },
                              {
                                  "Hex": "#1d1d1d",
                                  "Generic Name": "black",
                                  "Code": "BK",
                                  "Color": "Crystal Black Pearl"
                              },
                              {
                                  "Hex": "#121e2e",
                                  "Generic Name": "black",
                                  "Code": "BS",
                                  "Color": "Obsidian Blue Pearl"
                              },
                              {
                                  "Hex": "#ebeae7",
                                  "Generic Name": "linen",
                                  "Code": "WX",
                                  "Color": "Platinum White Pearl"
                              },
                              {
                                  "Hex": "#ebeae7",
                                  "Generic Name": "linen",
                                  "Code": "WY",
                                  "Color": "Platinum White Pearl"
                              },
                              {
                                  "Hex": "#5b5a60",
                                  "Generic Name": "dimgray",
                                  "Code": "GA",
                                  "Color": "Sonic Gray Pearl"
                              },
                              {
                                  "Hex": "#94181d",
                                  "Generic Name": "brown",
                                  "Code": "RL",
                                  "Color": "Radiant Red Metallic II"
                              }
                          ]
                      },
                      "seating": {
                          "standard_seating": "5"
                      },
                      "weight": {
                          "curb_weight": "4236 lbs"
                      },
                      "wheels_and_tires": {
                          "front_tire_size": "P265/45HR20",
                          "rear_tire_size": "P265/45HR20",
                          "spare_tire_size": "Compact",
                          "rear_tire_order_code": "",
                          "front_tire_order_code": "",
                          "wheel_size_front_(inches)": "20 X 8 in",
                          "wheel_size_rear_(inches)": "20 X 8  in",
                          "spare_wheel_size": "Compact ",
                          "front_wheel_material": "Aluminum",
                          "rear_wheel_material": "Aluminum",
                          "spare_wheel_material": "Steel",
                          "steering_type": "Rack-Pinion",
                          "anti_lock_brakes": "4-Wheel"
                      },
                      "market_value": {
                          "msrp": "$41,100.00",
                          "destination_charge": "$1,345.00",
                          "invoice_price": "$38,319.00"
                      },
                      "fuel": {
                          "fuel_economy": "19 City / 24 Highway MPG",
                          "highway_mileage": "24 MPG",
                          "city_mileage": "19 MPG",
                          "fuel_economy_est_combined": "21 MPG",
                          "epa_greenhouse_gas_score": "",
                          "fuel_type": "Regular Unleaded",
                          "fuel_capacity": "19.5 gal",
                          "fuel_injection_type": ""
                      },
                      "feature": {
                          "mechanical_and_powertrain": [
                              "Gas-Pressurized Shock Absorbers",
                              "Front And Rear Anti-Roll Bars",
                              "All-Wheel",
                              "Brake Actuated Limited Slip Differential",
                              "Transmission: 9-Speed Automatic",
                              "4.334 Axle Ratio",
                              "Quasi-Dual Stainless Steel Exhaust w/Chrome Tailpipe Finisher",
                              "Engine: 3.5L V6 24-Valve SOHC i-VTEC",
                              "1 Skid Plate",
                              "Multi-Link Rear Suspension w/Coil Springs",
                              "GVWR: TBD",
                              "Electric Power-Assist Speed-Sensing Steering",
                              "Strut Front Suspension w/Coil Springs",
                              "Battery w/Run Down Protection",
                              "19.5gal. Fuel Tank",
                              "Permanent Locking Hubs",
                              "Towing Equipment -inc: Trailer Sway Control"
                          ],
                          "safety": [
                              "Vehicle Stability Assist (VSA) Electronic Stability Control (ESC)",
                              "ABS And Driveline Traction Control",
                              "Side Impact Beams",
                              "Dual Stage Driver And Passenger Seat-Mounted Side Airbags",
                              "Front And Rear Parking Sensors",
                              "Blind Spot Information (BSI) System Blind Spot",
                              "Collision Mitigation Braking System (CMBS) + Forward Collision Warning (FCW) and Cross Traffic Monitor",
                              "Lane Keeping Assist System (LKAS) Lane Keeping Assist",
                              "Lane Keeping Assist System (LKAS) Lane Departure Warning",
                              "Collision Mitigation-Front",
                              "Tire Specific Low Tire Pressure Warning",
                              "Dual Stage Driver And Passenger Front Airbags",
                              "Curtain 1st And 2nd Row Airbags",
                              "Airbag Occupancy Sensor",
                              "Rear Child Safety Locks",
                              "Outboard Front Lap And Shoulder Safety Belts -inc: Rear Center 3 Point, Height Adjusters and Pretensioners",
                              "Back-Up Camera"
                          ],
                          "interior": [
                              "Heated Front Bucket Seats -inc: 10-way power driver's seat adjustment including power lumbar support, 4-way power front passenger's seat adjustment and head restraints at all seating positions",
                              "8-Way Driver Seat",
                              "Passenger Seat",
                              "60-40 Folding Split-Bench Front Facing Manual Reclining Fold Forward Seatback Rear Seat w/Manual Fore/Aft",
                              "Manual Tilt/Telescoping Steering Column",
                              "Gauges -inc: Speedometer, Odometer, Engine Coolant Temp, Tachometer, Trip Odometer and Trip Computer",
                              "Power Rear Windows and Fixed 3rd Row Windows",
                              "Leather/Metal-Look Steering Wheel",
                              "Front Cupholder",
                              "Rear Cupholder",
                              "Valet Function",
                              "Remote Keyless Entry w/Integrated Key Transmitter, Illuminated Entry and Panic Button",
                              "Remote Releases -Inc: Power Cargo Access and Mechanical Fuel",
                              "HomeLink Garage Door Transmitter",
                              "Cruise Control w/Steering Wheel Controls",
                              "Distance Pacing w/Traffic Stop-Go",
                              "Dual Zone Front Automatic Air Conditioning",
                              "Rear HVAC",
                              "HVAC -inc: Underseat Ducts and Console Ducts",
                              "Illuminated Locking Glove Box",
                              "Driver Foot Rest",
                              "Interior Trim -inc: Metal-Look Instrument Panel Insert, Metal-Look Door Panel Insert, Metal-Look Console Insert and Chrome/Metal-Look Interior Accents",
                              "Full Cloth Headliner",
                              "Leather-Trimmed Seats",
                              "Day-Night Auto-Dimming Rearview Mirror",
                              "Driver And Passenger Visor Vanity Mirrors w/Driver And Passenger Illumination",
                              "Full Floor Console w/Covered Storage, Mini Overhead Console w/Storage and 3 12V DC Power Outlets",
                              "Front And Rear Map Lights",
                              "Fade-To-Off Interior Lighting",
                              "Full Carpet Floor Covering -inc: Carpet Front And Rear Floor Mats",
                              "Carpet Floor Trim",
                              "Trunk/Hatch Auto-Latch",
                              "Cargo Area Concealed Storage",
                              "Cargo Space Lights",
                              "FOB Controls -inc: Cargo Access, Windows and Remote Engine Start",
                              "Instrument Panel Bin, Interior Concealed Storage, Driver / Passenger And Rear Door Bins",
                              "Power 1st Row Windows w/Driver And Passenger 1-Touch Up/Down",
                              "Delayed Accessory Power",
                              "Power Door Locks",
                              "Systems Monitor",
                              "Trip Computer",
                              "Outside Temp Gauge",
                              "Digital/Analog Appearance",
                              "Seats w/Leatherette Back Material",
                              "Manual Adjustable Rear Head Restraints",
                              "Driver And Front Passenger Armrests Front Center Armrest and Rear Center Armrest w/Storage",
                              "2 Seatback Storage Pockets",
                              "Perimeter Alarm",
                              "Immobilizer",
                              "3 12V DC Power Outlets",
                              "Air Filtration"
                          ],
                          "exterior": [
                              "Deep Tinted Glass",
                              "Wheels: 20\" Pewter Gray Alloy",
                              "Body-Colored Front Bumper w/Black Rub Strip/Fascia Accent",
                              "Steel Spare Wheel",
                              "Headlights-Automatic Highbeams",
                              "Galvanized Steel/Aluminum Panels",
                              "Variable Intermittent Wipers",
                              "Wheels: 20\" Pewter Gray Alloy",
                              "Fixed Rear Window w/Fixed Interval Wiper and Defroster",
                              "Clearcoat Paint",
                              "Power Liftgate Rear Cargo Access",
                              "Compact Spare Tire Mounted Inside Under Cargo",
                              "Body-Colored Door Handles",
                              "Black Grille w/Chrome Accents",
                              "Tires: 265/45R20 104H AS",
                              "Auto On/Off Projector Beam Led Low/High Beam Daytime Running Auto High-Beam Headlamps w/Delay-Off",
                              "Express Open/Close Sliding And Tilting Glass 1st Row Sunroof w/Sunshade",
                              "Body-Colored Rear Bumper w/Black Rub Strip/Fascia Accent",
                              "Black Bodyside Cladding and Black Wheel Well Trim",
                              "Body-Colored Power w/Tilt Down Heated Side Mirrors w/Manual Folding and Turn Signal Indicator",
                              "Black Side Windows Trim and Black Front Windshield Trim",
                              "Lip Spoiler",
                              "LED Brakelights",
                              "Tailgate/Rear Door Lock Included w/Power Door Locks",
                              "265/45HR20.0"
                          ]
                      },
                      "comfort": {
                          "total_cooling_system_capacity": ""
                      }
                  }
              }
            }

Sales History

Our Vehicles Sales History API offers a comprehensive solution for uncovering the sales history of a particular vehicle. Whether it was listed on classifieds, dealerships, or auction website.

Coverage: All vehicles listed in North America.

Support: 17 digit VIN and classic (5-13 digit VINs)

HTTP Request

GET https://api.vehicledatabases.com/saleshistory/{vin}

GET Parameters
Parameter Required Description
VIN Yes VIN number

JSON Response

The API provides valuable insights, including images of the vehicle, its sale price or current listing price, and its specifications and features at the time of sale.

Parameter Description
status success or error
data Includes all auction data available.

{
    "status": "success",
    "data": {
      "_id": {
        "$oid": "62cfea3d6165e0ca15a9b064"
      },
      "vin": "ABCEX1RG3LFXXXXXX",
      "trim": "Se",
      "year": "2017",
      "make": "Ford",
      "model": "Focus",
      "sales_history": [
        {
          "post_date": "",
          "data": {
            "description": "",
            "phone": "",
            "email": "",
            "seller_type": "",
            "dealer_name": "",
            "drivetrain": "Front wheel drive",
            "transmission": "Automatic transmission",
            "fuel": "Other",
            "cylinders": "2.0L I4 FI DOHC 16V NF4  (4 cyl)",
            "engine": "",
            "odometer_km": 88195,
            "odometer_mi": 54802,
            "primary_damage": "",
            "secondary_damage": "",
            "condition": "",
            "exterior_color": "",
            "interior_color": "",
            "interior_condition": "",
            "exterior_condition": "",
            "fuel_capacity": "",
            "doors": "",
            "features": [],
            "interior_features": [],
            "exterior_features": [],
            "listing_id": "",
            "listing_price": {
              "price": "",
              "retail_value": "$8,398",
              "repair_cost": "$15,275",
              "currency": "USD"
            },
            "airbags": false,
            "report_url": "",
            "safety": [],
            "sale_status": "On Approval",
            "sale_date": "Oct. 7, {year}",
            "sale_document": "",
            "accident_records": "",
            "title_record": "",
            "owner_record": "",
            "images": [
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-0-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-1-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-2-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-3-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-4-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-5-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-6-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-7-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-8-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62cfea3d6165e0ca15a9b064-9-5.jpg"
            ],
            "technology": [],
            "other": [],
            "mechanical": [],
            "vhr_preview": [],
            "zip_code": "20613",
            "country": "United States",
            "state": "MD",
            "city": "Brandywine",
            "address": "",
            "manufactured_in": "",
            "fair_market_value": {
              "min": "",
              "max": ""
            },
            "keys": "",
            "vehicle_type": "",
            "reduced_price": false,
            "is_hot": false,
            "money_back_guarantee": false,
            "monster_ad": false,
            "special_offer": false,
            "newly_listed": false,
            "last_updated": "2022-04-17 16:17:52.760527+00:00"
          }
        },
        {
          "post_date": "",
          "data": {
            "description": "",
            "phone": "",
            "email": "",
            "seller_type": "",
            "dealer_name": "",
            "drivetrain": "Front wheel drive",
            "transmission": "Automatic transmission",
            "fuel": "Other",
            "cylinders": "2.0L I4 FI DOHC 16V NF4  (4 cyl)",
            "engine": "",
            "odometer_km": 88195,
            "odometer_mi": 54802,
            "primary_damage": "",
            "secondary_damage": "",
            "condition": "",
            "exterior_color": "",
            "interior_color": "",
            "interior_condition": "",
            "exterior_condition": "",
            "fuel_capacity": "",
            "doors": "",
            "features": [],
            "interior_features": [],
            "exterior_features": [],
            "listing_id": "",
            "listing_price": {
              "price": "",
              "retail_value": "$8,398",
              "repair_cost": "$15,275",
              "currency": "USD"
            },
            "airbags": false,
            "report_url": "",
            "safety": [],
            "sale_status": "On Approval",
            "sale_date": "Oct. 7, {year}",
            "sale_document": "",
            "accident_records": "",
            "title_record": "",
            "owner_record": "",
            "images": [
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-0-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-1-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-2-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-3-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-4-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-5-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-6-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-7-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-8-2.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/2/62cfef57f8558a4b15f66308-9-2.jpg"
            ],
            "technology": [],
            "other": [],
            "mechanical": [],
            "vhr_preview": [],
            "zip_code": "20613",
            "country": "United States",
            "state": "MD",
            "city": "Brandywine",
            "address": "",
            "manufactured_in": "",
            "fair_market_value": {
              "min": "",
              "max": ""
            },
            "keys": "",
            "vehicle_type": "",
            "reduced_price": false,
            "is_hot": false,
            "money_back_guarantee": false,
            "monster_ad": false,
            "special_offer": false,
            "newly_listed": false,
            "last_updated": "2022-04-17 16:17:52.760527+00:00"
          }
        },
        {
          "post_date": "",
          "data": {
            "description": "",
            "phone": "",
            "email": "",
            "seller_type": "Auction",
            "dealer_name": "******",
            "drivetrain": "Front wheel drive",
            "transmission": "Automatic transmission",
            "fuel": "Other",
            "cylinders": "2.0L I4 FI DOHC 16V NF4  (4 cyl)",
            "engine": "",
            "odometer_km": 88195,
            "odometer_mi": 54802,
            "primary_damage": "",
            "secondary_damage": "",
            "condition": "",
            "exterior_color": "Red",
            "interior_color": "",
            "interior_condition": "",
            "exterior_condition": "",
            "fuel_capacity": "",
            "doors": "",
            "features": [],
            "interior_features": [],
            "exterior_features": [],
            "listing_id": "27907710",
            "listing_price": {
              "price": "",
              "retail_value": "$8,398",
              "repair_cost": "$15,275",
              "currency": "USD"
            },
            "airbags": false,
            "report_url": "",
            "safety": [],
            "sale_status": "On Approval",
            "sale_date": "Oct. 7, {year}",
            "sale_document": "",
            "accident_records": "",
            "title_record": "",
            "owner_record": "",
            "images": [
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-0-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-1-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-2-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-3-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-4-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-5-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-6-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-7-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-8-5.jpg",
              "https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2017/Ford/Focus/{vin}/Oct.-7-{year}/5/62d10412b15fbb88f32fffde-9-5.jpg"
            ],
            "technology": [],
            "other": [],
            "mechanical": [],
            "vhr_preview": [],
            "zip_code": "20613",
            "country": "United States",
            "state": "MD",
            "city": "Brandywine",
            "address": "MD - Brandywine (20613)",
            "manufactured_in": "",
            "fair_market_value": {
              "min": "",
              "max": ""
            },
            "keys": "",
            "vehicle_type": "Sedan 4 door",
            "reduced_price": false,
            "is_hot": false,
            "money_back_guarantee": false,
            "monster_ad": false,
            "special_offer": false,
            "newly_listed": false,
            "last_updated": "2022-04-17 16:17:52.760527+00:00"
          }
        }
      ]
    },
  }

Vehicle Maintenance

This API provides information about the OEM vehicle maintenance schedules at mileage intervals

Support: US/Canada manufactures.

To get list of available years, makes, models, click here Maintenance.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-maintenance/{year}/{make}/{model}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model

JSON Response

This API return OEM maintenance schedules for a vehicle.

Parameter Description
status success or error
data An object containing all data available.


{
  "status": "success",
  "data": {
    "data": {
      "year": 2019,
      "make": "Jeep",
      "model": "Wrangler Unlimited",
      "maintenance": [
        {
          "trim": "sport s sport utility 2d",
          "maintenance": [
            {
              "mileage": 20000,
              "had_one_condition": false,
              "conditions": [
                "normal",
                "severe"
              ],
          "severe": {
            "menus": [
              "Change engine oil and engine oil filter",
              "Rotate tires",
              "Replace climate control air filtration filter",
              "Adjust parking brake on vehicles equipped with four-wheel disc brakes",
              "Inspect all door latches for presence of grease, reapply if necessary",
              "Inspect battery and clean and tighten terminals as required",
              "Inspect brake linings",
              "Inspect brake pads, shoes, rotors, drums, hoses and parking brake",
              "Inspect CV Joints",
              "Inspect engine air cleaner filter, replace if necessary",
              "Inspect engine cooling system protection and hoses",
              "Inspect exhaust system",
              "Inspect front and rear axle fluid"
            ],
            "valueHigh": 156,
            "valueLow": 112,
            "value": 134
          },
          "normal": {
            "menus": [
              "Change engine oil and engine oil filter",
              "Rotate tires",
              "Replace climate control air filtration filter",
              "Adjust parking brake on vehicles equipped with four-wheel disc brakes",
              "Inspect all door latches for presence of grease, reapply if necessary",
              "Inspect battery and clean and tighten terminals as required",
              "Inspect brake linings",
              "Inspect brake pads, shoes, rotors, drums, hoses and parking brake",
              "Inspect CV Joints",
              "Inspect engine cooling system protection and hoses",
              "Inspect exhaust system",
              "Inspect front and rear axle fluid"
            ],
            "valueHigh": 155,
            "valueLow": 110,
            "value": 132
            }
          }
        ]
        }
      ]
    }
  }
}

Vehicle Recall

Our Recalls API provides details on all the open recalls of any vehicle, including the date of issue, the identification number of the recall, the remedy to the issue, and more.

Coverage: US/Canada manufactures.

To get list of available years, makes, models, click here Recall

HTTP Request

POST https://api.vehicledatabases.com/vehicle-recalls/

POST Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model

JSON Response

This API returns recall information including:

  • Date of recall issue
  • Campaign number
  • Manufacturer recall number
  • Component/auto part at safety risk
  • Date of manufacture
  • Summary of the issue
  • Consequence of the issue if not resolved
  • Remedy to fix the issue
  • Number of units affected
Parameter Description
status success or error
data An object containing recall information of a vehicle.


{
  "status": "success",
  "data": [
    {
      "campaign_id": "20V315000",
      "recall_date": "2020-05-29",
      "summary": "Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2018 Nissan Altima vehicles. If the primary hood latch is inadvertently released, there is an increased likelihood that the secondary hood latch may corrode over time.",
      "consequences": "Corrosion to the secondary latch may cause it to bind and remain in the unlatched position when the hood is closed. If the primary latch is inadvertently released again and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.",
      "remedy": "Nissan will notify owners, and dealers will install a stronger release spring in the hood release lever, a warning label near the secondary hood latch, and an Owners Manual addendum card with instructions on how to lubricate and maintain the secondary hood latch mechanism, free of charge. Owner notification letters were mailed June 30, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Note: Recall 16V-029 remains open for any unremedied 2013-2015 Altimas and this recall applies to all vehicles covered by 16V-029 even if those repairs have already been performed.",
      "component_affected": "LATCHES/LOCKS/LINKAGES:HOOD:LATCH",
      "notes": "Nissan North America, Inc.",
      "recall_no": null,
      "affected_units": null,
      "last_update": null,
      "notification_type": null,
      "issued_by": null,
      "manufacture_recall_number": null,
      "category": null,
      "manufacture_data": null,
      "cmvss": null
    },
    {
      "campaign_id": "19V654000",
      "recall_date": "2019-09-13",
      "summary": "Nissan North America, Inc. (Nissan) is recalling certain 2018-2019 Nissan Altima, Armada, Frontier, Kicks, Leaf, Maxima, Murano, NV, NV200, Pathfinder, Rogue, Rogue Sport, Sentra, Titan, Titan Diesel, Versa Note and Versa Sedan vehicles, as well as Infiniti Q50, Q60, QX30 and QX80 vehicles. Additionally included are 2019 Nissan GT-R and Taxi and Infiniti QX50, QX60, Q70, Q70L vehicles. The back-up camera and display settings can be adjusted such that the rear view image is no longer visible and the system will retain that setting the next time the vehicle is placed in reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, \"Rear Visibility.\"",
      "consequences": "The lack of an image in the back-up camera display increases the risk of a crash.",
      "remedy": "Nissan will notify owners in phases, having dealers update the back-up camera settings software, free of charge. The recall began November 11, 2019 and all affected VINs should be activated. Owners may contact Nissan customer service at 1-800-867-7669 or INFINITI customer service at 1-800-662-6200.",
      "component_affected": "BACK OVER PREVENTION: SENSING SYSTEM: CAMERA",
      "notes": "Nissan North America, Inc.",
      "recall_no": null,
      "affected_units": null,
      "last_update": null,
      "notification_type": null,
      "issued_by": null,
      "manufacture_recall_number": null,
      "category": null,
      "manufacture_data": null,
      "cmvss": null
    },
    {
      "campaign_id": "19V654000",
      "recall_date": "2019-09-11",
      "summary": "Nissan North America, Inc. (Nissan) is recalling certain 2018-2019 Nissan Altima, Armada, Frontier, Kicks, Leaf, Maxima, Murano, NV, NV200, Pathfinder, Rogue, Rogue Sport, Sentra, Titan, Titan Diesel, Versa Note and Versa Sedan vehicles, as well as Infiniti Q50, Q60, QX30 and QX80 vehicles. Additionally included are 2019 Nissan GT-R and Taxi and Infiniti QX50, QX60, Q70, Q70L vehicles. The back-up camera and display settings can be adjusted such that the rear view image is no longer visible and the system will retain that setting the next time the vehicle is placed in reverse. As such, these vehicles fail to comply with the requirements of Federal Motor Vehicle Safety Standard (FMVSS) number 111, \"Rear Visibility.\"",
      "consequences": "The lack of an image in the back-up camera display increases the risk of a crash.",
      "remedy": "Nissan will notify owners in phases, having dealers update the back-up camera settings software, free of charge. The recall began November 11, 2019 and all affected VINs should be activated. Owners may contact Nissan customer service at 1-800-867-7669 or INFINITI customer service at 1-800-662-6200.",
      "component_affected": "Back over prevention: sensing system: camera",
      "notes": null,
      "recall_no": null,
      "affected_units": "1228830",
      "last_update": null,
      "notification_type": null,
      "issued_by": null,
      "manufacture_recall_number": null,
      "category": null,
      "manufacture_data": null,
      "cmvss": null
    },
    {
      "campaign_id": "20V315000",
      "recall_date": "2020-05-27",
      "summary": "Nissan North America, Inc. (Nissan) is recalling certain model year 2013-2018 Nissan Altima vehicles. If the primary hood latch is inadvertently released, there is an increased likelihood that the secondary hood latch may corrode over time.",
      "consequences": "Corrosion to the secondary latch may cause it to bind and remain in the unlatched position when the hood is closed. If the primary latch is inadvertently released again and the secondary latch is not engaged, the hood could unexpectedly open while driving, increasing the risk of a vehicle crash.",
      "remedy": "Nissan will notify owners, and dealers will install a stronger release spring in the hood release lever, a warning label near the secondary hood latch, and an Owners Manual addendum card with instructions on how to lubricate and maintain the secondary hood latch mechanism, free of charge. Owner notification letters were mailed June 30, 2021. Owners may contact Nissan customer service at 1-800-867-7669. Note: Recall 16V-029 remains open for any unremedied 2013-2015 Altimas and this recall applies to all vehicles covered by 16V-029 even if those repairs have already been performed.",
      "component_affected": "Latches/locks/linkages:hood:latch",
      "notes": null,
      "recall_no": "R20A7",
      "affected_units": "1831818",
      "last_update": null,
      "notification_type": null,
      "issued_by": null,
      "manufacture_recall_number": null,
      "category": null,
      "manufacture_data": null,
      "cmvss": null
    }
  ]
}
    
  

Vehicle Repair

This API provides detailed information about the vehicle parts with price and labor cost.

Coverage: This API supports US/Canada manufacturers from year 1992 to 2022.

To get list of available years, makes, models, click here Repair

HTTP Request

GET https://api.vehicledatabases.com/vehicle-repairs/{year}/{make}/{model}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model

JSON Response

This API returns vehicle part price and its labor cost.

Parameter Description
status success or error
data An object containing all data available.


{
  "status": 2019,
      "make": "success",
  "data": {
    "data": {
      "year": "Jeep",
      "model": "Wrangler Unlimited",
      "repair": [
        {
          "trim": "sport s sport utility 2d",
          "repair": [
            {
              "title": "Wheels - Alignment",
              "description": "Alignment is the process of making sure all 4 wheels point in the same direction, which will cause the vehicle to drive straight and not drift. Performing this service regularly (yearly or after the vehicle starts drifting) will extend the life of your tires. Alignment is measured in degrees of camber (tire leaning inward or outward), caster (forward or backward slope of steering components in relation to the McPherson struts) and toe (the direction the tires are pointing). Toe-in means that the tires are pointing inward; toe-out means that the tires are pointing outward. Most vehicles are “averaged” for everyday driving. ",
              "value": "wheels---alignment",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 174,
                  "low": 128
                }
              ]
            },
            {
              "title": "Brakes - Adjust",
              "description": "Please note: Pricing shown is for either front brakes or rear brakes.  Modern braking systems typically are self-adjusting to ensure that the brake pad maintains constant contact with the braking surface on a rotor or drum when the brakes are applied. Older brakes may need periodic adjustment where the pad is realigned to close the gap between it and the surface by tightening adjustment screws in the brake mechanism.",
              "value": "brakes---adjust",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 145,
                  "low": 107
                }
              ]
            },
            {
              "title": "Brake Fluid - Flush Fluid & Bleed Brakes",
              "description": "Air in the brake lines can create a spongy feeling when you apply the brakes. Bleeding the brake lines usually removes the air, but it isn’t a job for the faint of heart. Better left to professionals, newer ABS braking systems require specialized equipment to complete the job. ",
              "value": "brake-fluid---flush-fluid--bleed-brakes",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 114,
                  "low": 85
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 139,
                  "low": 103
                }
              ]
            },
            {
              "title": "Brakes - Replace Pads & Rotors",
              "description": "Please note: Pricing shown is for either front brakes or rear brakes. Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads.  A mechanic can examine brake pad thickness during a tire rotation or other service. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need to  resurface or  replace the brake rotors. Resurfacing a brake rotor will extend the life of the rotors by grinding a tiny amount of the metal surface area away to remove any irregularities or other imperfections that have cropped up over time. After a while, the entire brake rotor may need replacement if it has become too thin (through repeated grindings) or warped from variations in temperature. Don’t delay, as brakes are probably one of the most critical safety devices on your vehicle, right up there with seat belts.  ",
              "value": "brakes---replace-pads--rotors",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 377,
                  "low": 278
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 251,
                  "low": 185
                }
              ]
            },
            {
              "title": "Brakes - Replace Pads",
              "description": "Please note: Pricing shown is for either front brakes or rear brakes.  Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads. It’s always better to replace the pads before they start squeaking, to avoid damaging the brake rotors. A mechanic can check brake pad thickness during a tire rotation or other service. The number of miles you can go before replacing the brake pads really depends on your driving style.",
              "value": "brakes---replace-pads",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 116,
                  "low": 86
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 269,
                  "low": 199
                }
              ]
            },
            {
              "title": "Brakes - Replace Pads & Resurface Rotors",
              "description": "Please note: Pricing shown is for either front brakes or rear brakes. Made of ceramic, organic or metallic material, brake pads squeeze against the brake disc rotors to slow the vehicle down. Every time you apply the brakes, the pads wear down a tiny bit. Eventually a wear indicator starts squeaking to tell you it’s time to replace the brake pads. A mechanic can check brake pad thickness during a tire rotation or other service. As part of the service, the rotors will be resurfaced by grinding part of the metal surface away to remove irregularities or other imperfections. Resurfacing extends the life of the rotor and is less expensive than replacing the rotor. ",
              "value": "brakes---replace-pads--resurface-rotors",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 202,
                  "low": 149
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 246,
                  "low": 182
                }
              ]
            },
            {
              "title": "Brakes - Replace Rotors",
              "description": "Please note: Pricing shown is for either front brakes or rear brakes. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need to resurface or replace the brake rotors. Resurfacing a brake rotor will extend the life of the rotors by grinding a tiny amount of the metal away, to remove irregularities or other imperfections that have cropped up over time. After a while, the entire brake rotor may need to be replaced if it has become too thin (through repeated grindings) or warped from variations in temperature. Don’t delay, as brakes are one of the most critical safety devices on your vehicle, right up there with seat belts.",
              "value": "brakes---replace-rotors",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 222,
                  "low": 164
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 182,
                  "low": 134
                }
              ]
            },
            {
              "title": "Brakes - Resurface Rotors",
              "description": "Please note: Pricing shown is for either front brakes or rear brakes. Sometimes you feel a vibration while applying the brakes. That’s a sign that you may need t resurface the brake rotors. Resurfacing extends the life of the rotors by grinding a tiny amount of the metal surface area away, to remove any irregularities or other imperfections that have cropped up over time. ",
              "value": "brakes---resurface-rotors",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 198,
                  "low": 146
                }
              ]
            },
            {
              "title": "Cabin Air Filter - Replace",
              "description": "Modern heating and air conditioning systems in cars use an in-cabin air filter to help purify the air and eliminate outside odors. Consult your owner’s manual or maintenance schedule for how often it should be changed. For convenience, you might consider having the cabin air filter changed in conjunction with other routine maintenance. ",
              "value": "cabin-air-filter---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 38,
                  "low": 29
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 58,
                  "low": 43
                }
              ]
            },
            {
              "title": "Coolant - Flush",
              "description": "Periodically flushing the engine coolant can help keep contaminants that clog the radiator’s cooling element from building up. A clogged radiator could make the engine run hot, cause premature wear and even lead to engine failure. Fresh coolant also contains inhibitors that will keep the entire cooling system clean from rust, which could cause leaks in the radiator. Typically, you should flush and replace the coolant every 30,000 miles or five years, whichever comes first.",
              "value": "coolant---flush",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 82,
                  "low": 60
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 192,
                  "low": 142
                }
              ]
            },
            {
              "title": "Engine Diagnostics - Check Engine Light",
              "description": "Diagnostics are periodic checks of the system operations of your car, truck or SUV that can give you a quick window into your vehicle’s health. A mechanic performs diagnostics by plugging into a receptacle under the dashboard to access the On Board Diagnostics (OBD-II) tool or by tapping into a system like General Motors’ OnStar. ",
              "value": "engine-diagnostics---check-engine-light",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 257,
                  "low": 190
                }
              ]
            },
            {
              "title": "Differential Fluid - Flush",
              "description": "In addition to wheels, a vehicle’s drive axle includes a differential unit, which uses gears to synchronize the rate at which the wheels rotate. When your vehicle turns, the inside wheels don’t need to make as many rotations as the outside wheels, which have a greater distance to cover. The differential helps keep the axle from binding up from this difference in turning rates. A thin coat of oil lubricates these gears, and that oil needs to be changed from time to time. Your owner’s manual or maintenance minder will tell you when to replace it. If the oil becomes contaminated or the level drops too low, the gears could be damaged, which would lead to a more expensive repair or replacement. ",
              "value": "differential-fluid---flush",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 116,
                  "low": 85
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 140,
                  "low": 104
                }
              ]
            },
            {
              "title": "Engine Belt - Replace",
              "description": "Several types of engine belts need to be replaced from time to time. Vehicles from 1990 and newer typically have a serpentine belt. The belt snakes around the pulleys located at the front of the engine (or the side of a transverse-mounted engine) and drives multiple accessories including the alternator, power steering pump and air conditioning compressor. If it is squeaking or worn, it could break, which would make the engine inoperable. Check it at 60,000 miles but change it before 100,000 miles. Older vehicles usually have separate belts for the water pump, alternator, radiator fan and air conditioning system, but when they break, you still may be able to get home. Finally, engine timing belts help to keep the camshaft and crankshaft in sync so that pistons and valves operate in sync. They typically last from 60,000 to 90,000 miles. A broken timing belt could result in engine damage and an expensive rebuild.  ",
              "value": "engine-belt---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 106,
                  "low": 78
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 130,
                  "low": 96
                }
              ]
            },
            {
              "title": "Engine Control Unit (ECU) - Reprogram",
              "description": "Flashing or reprogramming your engine’s computer keeps it up-to-date and operating properly. The engine control unit (ECU) is a computer that controls all of your vehicle’s electronic systems. Like many computers, it occasionally requires reprogramming of its operating software. Your vehicle’s warranty may covered it, but there’s usually an additional charge. For example,  Mazda charged a fee to re-flash the system so their vehicles could operate Apple CarPlay or Android Auto. On occasion, other vehicles revert to limp-home mode following an ECU malfunction. In order to diagnose what needs to be done, a dealership technician will connect a computer to the vehicle’s On-Board Diagnostic II (OBD-II) port. Consult with your dealership service department for more information on your specific car, truck or SUV. ",
              "value": "engine-control-unit-ecu---reprogram",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 71,
                  "low": 53
                }
              ]
            },
            {
              "title": "Engine Air Filter - Replace",
              "description": "The engine air filter helps trap dirt and debris before it can enter the engine. Typically, you should change the engine air filter every 30,000 to 45,000 miles, but if you’re in a dusty, dirty region, cut these distances in half.",
              "value": "engine-air-filter---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 37,
                  "low": 28
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 46,
                  "low": 34
                }
              ]
            },
            {
              "title": "Fuel Filter - Replace",
              "description": "The fuel filter is positioned in the line leading from the gas tank to the engine and prevents containments from getting inside the engine, which could lead to a loss in performance and potential damage to the cylinder lining. Older cars may need their filters replaced as often as every two years and 30,000 miles; newer vehicles could go as long as 50,000 miles before needing the filter changed. Consult your owner’s manual for more information.",
              "value": "fuel-filter---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 112,
                  "low": 82
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 136,
                  "low": 100
                }
              ]
            },
            {
              "title": "Fuel Injector - Replace",
              "description": "A vehicle’s fuel delivery system has progressed quite a bit from the carburetor that used to sit on top of the engine. Today, modern vehicles feature precise fuel injection systems located on top of – or even inside – the combustion chamber. Restrictions in fuel flow, electrical problems with the injectors themselves or even dirty or contaminated fuel can all cause trouble. Fuel injectors will typically last between 50,000 and 100,000 miles. Much of this lifespan is determined by the type of fuel used and how often the vehicle’s fuel filters are changed. Some symptoms that your fuel injectors need replacing include an illuminated check engine light, a decrease in fuel efficiency, a smell of fuel (especially near the fuel injectors under the hood) and engine misfiring. Fuel injector replacement is a job best performed by an ASE-certified mechanic at a dealership service department or automotive service center. ",
              "value": "fuel-injector---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 197,
                  "low": 145
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 294,
                  "low": 218
                }
              ]
            },
            {
              "title": "Fuel Injector - Service",
              "description": "Changing from carburetors to fuel injection systems has made fuel delivery more precise. But every now and then the system needs to be flushed, cleaned and restored. Servicing your fuel injection system helps to remove waxy build-up & deposits and cleans the intake valves, cylinder heads and fuel delivery lines. This results in an extended engine life, improved performance, and better fuel economy. Most modern engines suggest fuel injector service at 60,000 miles, unless a specific problem crops up. Check your owner’s manual to know for sure with your car. If you notice a certain sluggishness in acceleration and a decrease in fuel economy, it might mean it’s time for a fuel injector service. Your local dealership service department performs this job every day. Contact them for more information. ",
              "value": "fuel-injector---service",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 125,
                  "low": 92
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 188,
                  "low": 139
                }
              ]
            },
            {
              "title": "Fuel Pump - Replace",
              "description": "Located inside your fuel tank, a fuel pump has a small electric motor to make sure that pressurized gasoline flows to the engine to power the vehicle. Along the way, the fuel passes through a filter, either inside the fuel tank or externally in the fuel flow line. Most fuel pumps will last for the life of the vehicle but occasionally they can fail. Signs of such failure are a car that won’t start or stalls once it has started. Other times, the fuel flow can slowly become starved causing the check engine light to come on. Or if you hear a whirring sound coming from your fuel tank, the fuel pump may be about to fail, since fuel pumps do not normally make noise. A mechanic will need to get to the failed pump through the top of the fuel tank via an access panel in the passenger compartment or by removing the tank from the vehicle. This moderately complicated job is best performed at your dealership’s service department. ",
              "value": "fuel-pump---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 457,
                  "low": 337
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 558,
                  "low": 412
                }
              ]
            },
            {
              "title": "Tire(s) - Mount & Balance (4 Wheels)",
              "description": "Just getting a new tire doesn’t always result in a smooth ride. Because of manufacturing and mounting irregularities, tires need to be balanced by adding counter-balancing weights to certain parts of the wheel. ",
              "value": "tires---mount--balance-4-wheels",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 291,
                  "low": 216
                }
              ]
            },
            {
              "title": "Oil Change",
              "description": "An oil change is the act of replacing the oil and oil filter in your car, truck or SUV’s crankcase. Oil has a limited life span and should be changed according to the maintenance schedule in your Owner’s Manual. Many modern vehicles use synthetic motor oil that can stretch the time/mileage interval to as long as 12,000 miles/12 months. ",
              "value": "oil-change",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 52,
                  "low": 38
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 36,
                  "low": 27
                }
              ]
            },
            {
              "title": "Power Steering Fluid - Flush",
              "description": "Modern cars, trucks and SUVs all use power steering to make maneuvering effortless. The power steering system uses a pump and hydraulic pressure to assist the steering gears. Power steering fluid is designed to last for as long as 100,000 miles, but the system may leak or the fluid may become exhausted before then. Follow the recommendation from your owner’s manual to see when it’s time to flush the power steering fluid. A mechanic will flush the system by removing dark, discolored power steering fluid and refilling it with fresh fluid, while an assistant turns the steering wheel from left to right to get old fluid out of the system. When the remaining fluid appears like fresh fluid, the system has been successfully flushed. Remove the remaining fluid, refill with fresh power steering fluid and your vehicle should be good for another 100,000 miles. ",
              "value": "power-steering-fluid---flush",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 76,
                  "low": 56
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 114,
                  "low": 84
                }
              ]
            },
            {
              "title": "Spark Plugs - Replace",
              "description": "Spark plugs ignite the fuel mixture in the engine, providing the power to make your car go. Sitting atop your engine’s cylinder head, it receives a spark from the electronic ignition in modern vehicles, or the distributor cap and rotor found in older cars. Eventually, at around 30,000 miles to as high as 40,000 miles, conventional spark plugs will wear out, which could cause stalling, starting problems and engine misfires. Higher-cost platinum-tipped spark plugs may not need to be replaced as often. At the same time, it might be appropriate to replace your oxygen sensor, spark plug wires, PCV valve and fuel filter. ",
              "value": "spark-plugs---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 180,
                  "low": 133
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 270,
                  "low": 199
                }
              ]
            },
            {
              "title": "Thermostat - Replace",
              "description": "A vehicle’s cooling system uses a thermostat valve to help regulate the engine’s temperature. When the engine is cold, the valve will be closed, bypassing the radiator and allowing the engine to rapidly come up to operating temperature. After that level has been reached, the valve on the thermostat opens to allow coolant to circulate through the radiator. But sometimes, through normal wear and tear or contaminants in the coolant, the thermostat may fail to open, causing the engine to overheat. This will be evident by the temperature gauge climbing into the high temperature (usually red) zone. Remember that a thermostat failure can also be caused by other factors, as well. For that reason, it is important to have a skilled mechanic check all the links in the chain – radiator, coolant pump, hoses and thermostat. ",
              "value": "thermostat---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 137,
                  "low": 101
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 412,
                  "low": 304
                }
              ]
            },
            {
              "title": "Timing Belt - Replace",
              "description": "Critical to the operation of your vehicle, the timing belt synchs the operations of the camshaft and the crankshaft so that the valves operate efficiently and safely. Older cars may have a timing chain, similar to a chain on a motorcycle, with a life cycle of around 60,000 miles. newer models use timing belts made of polyurethane and Kevlar for long life and durability. They can go as long as 100,000 miles although it’s always a good idea to change it before then. Belt failure can cause extensive damage to the valves, pistons and other internal parts of the engine. The cost of changing the timing belt is a bargain when you consider the cost to replace the entire engine. Start thinking about changing the timing belt once you cross the 90,000-mile threshold. Check your owner’s manual for details. ",
              "value": "timing-belt---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 384,
                  "low": 285
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 576,
                  "low": 426
                }
              ]
            },
            {
              "title": "Tire Pressure (TPMS) Sensor - Replace",
              "description": "A tire pressure sensor is designed to warn that one or more of your tires is underinflated. All cars built since 2007 are required to have this system. The most common sensor uses a battery and operates via a wireless transmitter mounted inside the rim of your tire’s wheel. When it detects low pressure, it sends a signal to your vehicle’s computer system that shows up on your instrument panel as an icon of a tire or some other alert. Most warn of low pressure without indicating a specific tire, while more advanced systems can flag an individual wheel or indicate the pressure in each tire. The batteries in tire pressure sensors last around five to seven years but sometimes they can fail earlier. The sensors can also be damaged from potholes or other sudden jarring. Replacing the sensor is easy for a tire retailer or your dealership service department. Your service technician will also electronically reset the system after replacing the sensors or whenever you replace your tires. ",
              "value": "tire-pressure-tpms-sensor---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 107,
                  "low": 79
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 160,
                  "low": 118
                }
              ]
            },
            {
              "title": "Tire(s) - Patch",
              "description": "A flat tire doesn’t necessarily mean that the tire needs replacement. Patching and plugging kits can fix holes in tires caused by small sharp objects like nails and screws. Patching the tire uses an internal patch to cover the opening and requires the tire to be removed from the rim. A plug fixes a hole externally, so in some cases, the tire doesn’t need to be taken off. ",
              "value": "tires---patch",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 25,
                  "low": 18
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 38,
                  "low": 29
                }
              ]
            },
            {
              "title": "Tire(s) - Rotate",
              "description": "Done every 5,000 miles or so, a tire rotation is the act of moving tires around your car, truck or SUV so the tires wear evenly. Some vehicles have “staggered” tire sizes, meaning that the fronts are smaller than the rears. In this case, they can only be rotated from left to right (or vice versa). Some high-performance tires shouldn’t be rotated at all, since they’re made to turn in one direction only (usually indicated by an arrow on the tire’s sidewall). As always, consult your owner’s manual for more information.",
              "value": "tires---rotate",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 49,
                  "low": 36
                }
              ]
            },
            {
              "title": "Tire(s) - Rotate & Balance (4 Wheels)",
              "description": "Done every 5,000 miles or so, a tire rotation is the act of moving tires around the vehicle so they have the opportunity to wear evenly. Some vehicles use “staggered” tire sizes meaning the fronts are smaller than  the rears. In this case, they can only be rotated from left to right (and vice versa).  Some high-performance tires shouldn’t be rotated at all, since they’re made to turn in one direction only (usually indicated by an arrow on the tire’s sidewall). As always, consult your owner’s manual for more information. Mounting new tires or rotating existing ones doesn’t always result in a smooth ride.  Because of manufacturing and mounting irregularities, tires need to be balanced by adding counter-balancing weights to certain parts of the wheel.",
              "value": "tires---rotate--balance-4-wheels",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 0,
                  "low": 0
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 88,
                  "low": 65
                }
              ]
            },
            {
              "title": "Transmission Fluid - Flush",
              "description": "Most new vehicles are equipped with an automatic transmission. As a result, there's not really much maintenance to perform. Still, most owner’s manuals will recommend changing the transmission fluid every 90,000 miles or so. Flushing your transmission’s fluid has fallen out of vogue in recent years because the high-pressure cleaning involved may dislodge debris inside the transmission that can literally gum up the works. By following your vehicle’s maintenance schedule, your car’s gearbox will offer years of trouble-free driving. For more information check with your owner’s manual and your dealership service advisor.\n",
              "value": "transmission-fluid---flush",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 178,
                  "low": 131
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 217,
                  "low": 160
                }
              ]
            },
            {
              "title": "Transmission - Replace",
              "description": "A transmission takes your engine’s energy and delivers it to the wheels that drive your vehicle.  It is one of the most major – and expensive – repairs you can do. A transmission can fail for almost as many reasons as there are parts inside, and often, it’s easier to replace it than repair it. You are not only paying for the new or rebuilt replacement transmission but also for the labor required to remove the old unit then replace it with a new one. A time-consuming operation, this involves disconnecting fluid lines, electrical wiring, engine mounts, exhaust system components, axles or driveshafts and more. A transmission replacement can be performed by a transmission specialist or by a technician at your dealership’s service department. It is always better to avoid having to go this route by explicitly following the service schedule found inside your vehicle’s owner’s manual. ",
              "value": "transmission---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 4835,
                  "low": 3573
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 1527,
                  "low": 1129
                }
              ]
            },
            {
              "title": "Water Pump - Replace",
              "description": "The water pump is an essential component that keeps the coolant circulating, a critical role in ensuring that the engine maintains the proper operating temperature. Without coolant being circulated, the engine will overheat, leading to premature wear and damage. A failing water pump can also leak causing further loss of coolant. Water pumps are designed to last at least 100,000 miles, however, if your water pump fails, you should replace it with a high-quality original-equipment level unit. Less expensive replacement pumps are available, but they might only have a service life of 30,000 miles.",
              "value": "water-pump---replace",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 260,
                  "low": 192
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 482,
                  "low": 356
                }
              ]
            },
            {
              "title": "Wiper Blades - Replace 1 Front Wiper",
              "description": "Consider them part of the vehicle’s safety equipment: If you can’t see through the windshield, you are likely putting yourself, your family and your vehicle at risk. You should aim to replace your wiper blades every six months to a year, due to the toll they take from extreme heat and humidity, which work to cut down the useful life of your blades.",
              "value": "wiper-blades---replace-1-front-wiper",
              "costs": [
                {
                  "name": "Parts",
                  "desc": "",
                  "high": 51,
                  "low": 38
                },
                {
                  "name": "Labor",
                  "desc": "",
                  "high": 14,
                  "low": 10
                }
              ]
            }
          ]
        }
      ]
    }
  }
}

Title Check

Check title information of any vehicle with VIN It returns if the vehicle has salvage record or not on a particular date along with cause.

Coverage: All vehicles listed in North America.

HTTP Request

GET https://api.vehicledatabases.com/title-check/{vin}

GET Parameters
Parameter Required Description
VIN Yes VIN Number

JSON Response

The response shows the that if title is salvage or not, returns true if salvage and false if its not salvage with the date and cause when available.

Parameter Description
status success or error
data Shows if vehicle has salvage record or not with date and cause when available.


{


  "status": "success",
  "data":
{
  "vin": "SADFP2FX7M1017498",
  "data": {
    "salvage": true,
    "salvage_details": [
      {
        "cause": "Collision",
        "date": "06-30-2021"
      }
                

UK Registration Decode

UK registration decode API requires a valid UK registration number to return the year, make, model, color, engine details & more.

HTTP Request

GET https://api.vehicledatabases.com/uk-registration-decode/{reg_num}

GET Parameters
Parameter Required Description
reg_num Yes Valid UK registration number

JSON Response

This API provides basic specifications including year, make, model, body style, MOT & tax dues, vehicle performance, fuel economy, and CO2 emissions.

Parameter Description
status success or error
data Shows vehicle description, vehicle registration, MOT & tax dues, vehicle performance, fuel economy, and CO2 emission figures.


  {
    "status": "success",
    "data": {
        "vehicle_description": {
            "year": "2012",
            "make": "Audi",
            "model": "Q3 Q3 S Line TDI",
            "bodystyle": "",
            "color": "Grey",
            "engine": "1.968 cc",
            "cylinders": "4",
            "gears": "6 speed MANUAL",
            "fuel_type": "Diesel"
        },
        "vehicle_registration": {
            "date_first_registered": ""
        },
        "mot_tax_dues": {
            "mot_due": {
                "status": "05-10-2023",
                "ends on": "58 days left"
            },
            "tax_due": {
                "status": "01-10-2023",
                "ends on": "53 days left"
            }
        },
        "vehicle_performance": {
            "power": {
                "bhp": " 138 BHP",
                "kw": "103 kW "
            },
            "max_speed": {
                "mph": "126 mph"
            }
        },
        "fuel_economy": {
            "combined": {
                "mpg": "54.3 mpg"
            },
            "extra_urban": {
                "mpg": "60.1 mpg"
            },
            "urban_cold": {
                "mpg": "45.6 mpg"
            }
        },
        "co2_emissions_figures": {
            "co2_emission": "137 g/km",
            "ved_co2_band": "E"
        }
    }
}
                

Vehicle Warranty

Our Warranty API provides information on the type and length of any vehicles warranty when called by year, make and model. This API covers any kind of warranty, including basic, powertrain, drivetrain, corrosion, road assistance, etc.

Coverage: This API supports US/Canada manufacturers from year 1999 to 2023.

To get list of available years, makes, models, click here Warranty

HTTP Request

GET https://api.vehicledatabases.com/vehicle-warranty/{year}/{make}/{model}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model

JSON Response

This API covers any kind of warranty, including basic, powertrain, drivetrain, corrosion, road assistance and more.

Parameter Description
status success or error
data A data object containing the warranty information of a vehicle.


{
  "status": "success",
  "data": {
    "data": {
      "year": 2018,
      "make": "Dodge",
      "model": "Challenger",
      "warranty": [
        "Basic: 3 years / 36000 miles",
        "Powertrain: 5 years / 60000 miles",
        "Corrosion: 5 years / Unlimited miles"
      ]
    },
  }
}
 

VIN OCR

This API endpoint reads a VIN number from the VIN sticker, dashboard, vehicle documents or any image. It will take an image as an input and returns the VIN number.

Support: 17 digit VIN.

HTTP Request

POST https://api.vehicledatabases.com/vin-ocr

POST Parameters

Parameter Required Description
file Yes The file to be uploaded. It accepts a single png, jpg, or jpeg image file.

JSON Response

The response shows the VIN number

Parameter Description
status success or error
data Shows the VIN number

{
  "status": "success",
  "data": {
    "vin":"KMH8KNTEST1234567"
  }
}

VIN Suggestion

This API detects the error in the VIN digits and provides suggestions for the correct VINs including year,make and model.

Coverage: This API supports US/Canada VIN from year 1982 - present

Support: 17 digit VIN

Legacy API (v1)

VIN Suggestion (v1)

HTTP Request

GET https://api.vehicledatabases.com/vin-suggestion/v2/{vin}

GET Parameters

Parameter Required Description
VIN Yes VIN number

JSON Response

The response shows the list of suggested VIN numbers with year, make, and model.

Parameter Description
status success or error
data Shows the list of suggested VIN numbers

{
    "status": "success",
    "data": {
      "entered_vin": "2T1BU5EE3AC509614",
      "vin_status": "Invalid",
      "suggested_vin": "2T1BU4EE3AC509614",
      "year": "2010",
      "make": "TOYOTA",
      "model": "Corolla"
    }
  }

VIN Suggestion - v1

This API detects the error in the VIN digits and provides suggestions for the correct VINs including year,make and model.

Coverage: This API supports US/Canada VIN from year 1982 - present

Support: 17 digit VIN

HTTP Request

GET https://api.vehicledatabases.com/vin-suggestion/{vin}

GET Parameters

Parameter Required Description
VIN Yes VIN number

JSON Response

The response shows the list of suggested VIN numbers with year, make, and model.

Parameter Description
status success or error
data Shows the list of suggested VIN numbers

{
  "status": "success",
  "data": [
      {
          "suggestedVin": "4A4MM41S74E019658",
          "description": "2004 MITSUBISHI/ENDEAVOR LIMITED/3.8L V6    F SOHC",
          "substitution": "(Substituted: E in position 11)",
          "modelYear": "2004",
          "makeName": "MITSUBISHI",
          "seriesName": "ENDEAVOR LIMITED",
          "numOfHistoryRecords": "59"
      },
      {
          "suggestedVin": "4A4MW31S743019658",
          "description": "2004 MITSUBISHI/MONTERO XLS/3.8L SOHC V6 MFI",
          "substitution": "(Transposed: MW starting in position 5)",
          "modelYear": "2004",
          "makeName": "MITSUBISHI",
          "seriesName": "MONTERO XLS",
          "numOfHistoryRecords": "1"
      },
      {
          "suggestedVin": "4A4NW51S743019658",
          "description": "2004 MITSUBISHI/MONTERO LIMITED/3.8L SOHC V6 MFI",
          "substitution": "(Substituted: N in position 4)",
          "modelYear": "2004",
          "makeName": "MITSUBISHI",
          "seriesName": "MONTERO LIMITED",
          "numOfHistoryRecords": "1"
      }
  ]
}

Europe VIN Decode V1

Vehicle Databases provides support for European VINs when called, this API returns basic information about any European vehicle.

Coverage: This API supports VIN from 1981 to Present.

Support: 17 digits VIN number.

HTTP Request

GET https://api.vehicledatabases.com/europe-vin-decode/{vin}

GET Parameters

Parameter Required Description
vin Yes 17 digit VIN number

JSON Response

The response is a list of all the information associated with a VIN number. Each vin number has the following elements:

Parameter Description
status success or error
data Provides the information of a VIN, error in a VIN, suggested VIN, VIN pattern


                    {
                      "status": "success",
                      "data": {
                          "Vin number analize": {
                              "Entered VIN": "WAUZZZ4G7CN162897",
                              "Corrected VIN": "WAUZZZ4G7CN162897",
                              "Squish VIN": "WAUZZZ4GCN",
                              "WMI": "WAU",
                              "VIS identifier": "N/A",
                              "VDS": "ZZZ4G7CN",
                              "Year identifier": "C",
                              "Serial number": "162897",
                              "VIN type": "normal",
                              "Check digit": "valid"
                          },
                          "General Information": {
                              "Make": "Audi",
                              "Model": "A6",
                              "Model year": "2012",
                              "Body style": "4 Doors Hatchback",
                              "Vehicle class": "Large Car",
                              "Vehicle type": "Passenger car",
                              "Manufactured in": "Germany"
                          },
                          "Manufacturer": {
                              "Manufacturer": "Audi AG",
                              "Adress line 1": "Felix Wankel Strasse",
                              "Adress line 2": "74148 Neckarsulm",
                              "Region": "Europe",
                              "Country": "Germany",
                              "Note": "Manufacturer builds more than 500 vehicles per year"
                          },
                          "Vehicle specification": {
                              "Body type": "Hatchback",
                              "Number of doors": "4",
                              "Number of seats": "5",
                              "Fuel type": "Diesel",
                              "Anti-Brake System": "ABS"
                          },
                          "Standard equipment": [
                              "Cruise control",
                              "Traction control",
                              "Stability control",
                              "Trip computer",
                              "Vehicle anti-theft",
                              "AM/FM radio",
                              "Power Steering",
                              "High intensity discharge headlights",
                              "Power door locks",
                              "Power windows",
                              "Front air conditioning",
                              "ABS brakes",
                              "Alloy wheels"
                          ],
                          "Optional equipment": [
                              "No data"
                          ]
                      }
                  }

YMM Specifications

This API provides the vehicle's key data such as specs, engine details, trnsmission, dimensions, colors, features, etc from year 1999 to 2023.

To get list of available years, makes, models, and trims, start from here YMM Specifications

HTTP Request

GET https://api.vehicledatabases.com/ymm-specs/{year}/{make}/{model}/{trim}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make
model True Vehicle model
trim True Vehicle trim

JSON Response

Data covered in the API includes vehicle's specs, engine, tranmission,fuel economy, mileage, and more/

Parameter Description
status success or error
data an object containing all data available.


{
  "status": "success",
  "data": {
    "basic": {
      "make": "Ford",
      "model": "F-150",
      "year": "2015",
      "trim": "Base  4dr Sedan",
      "doors": "4",
      "vehicle_size": ""
    },
    "engine": {
      "displacement_(l_ci)": "2.4",
      "engine_model": "I-4",
      "engine_camshaft": "DOHC",
      "net_torque": "180 lb-ft. @ 3,600",
      "horsepower": "201 hp @ 6,800",
      "sae_net_horsepower_rpm": "201 hp @ 6,800"
    },
    "transmission": {
      "transmission_style": "8-spd auto-shift man w/OD"
    },
    "dimensions": {
      "trunk_volume": "12.4 ft³",
      "width": "70.6 in",
      "height": "55.6 in",
      "length": "182.2 in",
      "min_ground_clearance": "undefined in",
      "wheelbase": "105.1 in",
      "rear_hip_room": "52 in",
      "front_hip_room": "50 in",
      "rear_shoulder_room": "54 in",
      "front_shoulder_room": "56 in",
      "rear_legroom": "34.0 in",
      "front_legroom": "42.3 in",
      "rear_head_room": "36 in"
    },
    "drivetrain": {
      "drive_type": "front-wheel",
      "final_drive_axle_ratio": "3.94"
    },
    "braking": {
      "rear_brake_type": "4-wheel disc",
      "front_brake_type": "4-wheel disc",
      "disc_front": "Yes"
    },
    "suspension": {
      "steering_type": "rack and pinion",
      "rear_suspension": "strut",
      "suspension_type_front_cont": "multi-link"
    },
    "colors": {
      "exterior": [
        {
          "color": "Lunar Silver Metallic",
          "rgb": "160,160,160"
        },
        {
          "color": "Platinum White Pearl",
          "rgb": "224,221,212"
        },
        {
          "color": "Modern Steel Metallic",
          "rgb": "64,63,63"
        },
        {
          "color": "Majestic Black Pearl",
          "rgb": "5,5,5"
        },
        {
          "color": "Performance Red Pearl",
          "rgb": "153,17,49"
        }
      ],
      "interior": [
        {
          "color": "Ebony w/Leatherette Seat Trim",
          "rgb": "40,40,40"
        }
      ]
    },
    "seating": {
      "standard_seating": "5 passengers"
    },
    "weight": {
      "curb_weight": "3,095 lbs."
    },
    "wheels_and_tires": {
      "front_tire_size": "P215/45VR17.0 BSW performance AS",
      "rear_tire_size": "P215/45VR17.0 BSW performance AS",
      "rear_tire_order_code": "STDTR",
      "front_tire_order_code": "STDTR",
      "wheel_size_(inches)": "17",
      "steering_type": "rack and pinion",
      "anti_lock_brakes": "4-wheel"
    },
    "market_value": {
      "msrp": "$25,900 ",
      "destination_charge": null
    },
    "fuel": {
      "fuel_economy": "24 City / 34 Hwy",
      "highway_mileage": "34 MPG",
      "city_mileage": "24 MPG",
      "fuel_capacity": "13.2 gal."
    },
    "feature": {
      "mechanical_and_powertrain": {
        "Engine": "2.4L I-4",
        "Engine - valvetrain": "DOHC",
        "Brakes": "4-wheel disc",
        "Anti-lock braking system (ABS)": "4-wheel",
        "Brake assist": "Standard",
        "Drive type": "front-wheel",
        "Exhaust": "stainless steel",
        "Steering": "rack and pinion",
        "Speed sensitive steering": "Standard",
        "Suspension tuning": "regular",
        "Front suspension type": "strut",
        "Front anti-roll bar": "Standard",
        "Front shocks": "gas-pressurized",
        "Front springs": "coil",
        "Rear suspension type": "multi-link",
        "Rear anti-roll bar": "Standard",
        "Rear shocks": "gas-pressurized",
        "Rear springs": "coil",
        "Electronic stability system": "Vehicle Stability Assist",
        "Sequential shift control": "Sequential SportShift",
        "Transmission": "8-spd auto-shift man w/OD",
        "Axle ratio": "3.94",
        "Traction control": "ABS and driveline"
      },
      "interior": {
        "Driver information center": "Standard",
        "Tachometer": "Standard",
        "Trip computer": "Standard",
        "Water temp gauge": "Standard",
        "Low fuel warning": "Standard",
        "Service interval warning": "Standard",
        "Lighting - glovebox": "Standard",
        "Lighting - map lights": "front",
        "Lighting - dome light": "fade",
        "Lighting - cargo light": "Standard",
        "Illuminated vanity mirrors": "driver and passenger",
        "Rear window defogger": "Standard",
        "Rear view mirror": "day-night",
        "Mirrors - visor vanity mirrors": "driver and passenger",
        "Seatback storage pockets": "1",
        "Tilt-Wheel adjustable steering column": "Standard",
        "Steering wheel material": "leather",
        "Air conditioning, front": "dual zone automatic",
        "Air filter": "Standard",
        "Underseat ducts": "Standard",
        "Clock": "in-dash",
        "Cupholders": "front and rear",
        "Gear shift knob trim": "leather",
        "Floor console": "full",
        "Floor mats": "carpeted front and rear",
        "Instrumentation": "analog",
        "Airbags, frontal": "driver and front passenger",
        "Airbags, side impact": "seat mounted, driver and passenger",
        "Airbags, side curtain": "curtain 1st and 2nd row",
        "Height adjustable safety belts": "front",
        "Seatbelt pre-tensioners": "front"
      },
      "exterior": {
        "Exterior light control": "fully automatic",
        "Antenna": "window grid",
        "Body material": "fully galvanized steel",
        "Paint": "clearcoat monotone",
        "Grille trim": "black w/chrome surround",
        "Fog/driving lights": "N/A",
        "Door count": "4 doors",
        "Rear cargo door": "trunk",
        "Tinted windows": "light",
        "Rear window type": "fixed",
        "Mirrors": "power remote driver, power remote w/tilt down passenger",
        "Heated door mirrors": "Standard",
        "Sunroof": "1st row regular express open/close sliding and tilting glass",
        "Spoiler": "N/A",
        "Tires": "P215/45VR17.0 BSW performance AS",
        "Wheels": "17\" machined w/painted accents aluminum",
        "Windshield wipers - front": "variable intermittent",
        "Headlights": "LED low/high beam, Jewel Eye",
        "Delay off headlamps": "Standard",
        "Daytime running lights": "Standard"
      }
    },
    "comfort": {
      "Front seat type": "bucket",
      "Standard seating": "5 passengers",
      "Front driver seat direction controls": "8-way power",
      "Front passenger seat direction controls": "4-way",
      "Lumbar support": "driver",
      "Front armrests": "center",
      "Front head restraints": "adjustable",
      "Heated front seats": "driver and front passenger heated-cushion, heated-seatback",
      "Memory": "N/A",
      "Rear seats": "full bench",
      "Rear armrest": "Standard",
      "Rear head restraints": "3 - adjustable",
      "Seat trim": "leatherette"
    },
    "recalls": []
  }
}
                

YMM Specifications Year

Provides a list of years available for YMM specifications API.

HTTP Request

GET https://api.vehicledatabases.com/ymm-specs/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


    {
      "status": "success",
      "years": [
        "1999",
        "2000",
        "2001",
        "2002",
        "2003",
        "2004",
        "2005",
        "2006",
        "2007",
        "2008",
        "2009",
        "2010",
        "2011",
        "2012",
        "2013",
        "2014",
        "2015",
        "2016",
        "2017",
        "2018",
        "2019",
        "2020",
        "2021",
        "2022",
        "2023"
      ]
    }
                    

YMM Specifications Make

Provides a list of makes available for YMM specifications API by year.

HTTP Request

GET https://api.vehicledatabases.com/ymm-specs/options/make/2006

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "makes": [
      "Acura",
      "Aston Martin",
      "Audi",
      "Bentley",
      "BMW",
      "Bugatti",
      "Buick",
      "Cadillac",
      "Chevrolet",
      "Chrysler",
      "Dodge",
      "Ferrari",
      "Ford",
      "GMC",
      "Honda",
      "Hummer",
      "Hyundai",
      "Infiniti",
      "Isuzu",
      "Jaguar",
      "Jeep",
      "KIA",
      "Lamborghini",
      "Land Rover",
      "Lexus",
      "Lincoln",
      "Lotus",
      "Maserati",
      "Maybach",
      "Mazda",
      "Mercedes-Benz",
      "Mercury",
      "Mini",
      "Mitsubishi",
      "Morgan",
      "Nissan",
      "Pontiac",
      "Porsche",
      "Rolls-Royce",
      "Saab",
      "Saturn",
      "Scion",
      "Subaru",
      "Suzuki",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

YMM Specifications Model

Provides a list of models available for YMM specifications API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/ymm-specs/options/model/{year}/{make}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


{
  "status": "success",
  "models": [
      "MDX",
      "RL",
      "RSX",
      "TL",
      "TSX"
  ]
}
                

YMM Specifications Trim

Provides a list of trims available for YMM specifications API by a given year, make, and model.

HTTP Request

GET https://api.vehicledatabases.com/ymm-specs/options/trim/{year}/{make}/{model}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make
model True Vehicle model

JSON Response

This API returns list of available trims to be lookup.

Parameter Description
status success or error
trims List of available trims


{
  "status": "success",
  "trims": [
      "3.5L  4dr 4x4"
  ]
}
      

Vehicle Maintenance Year

Provides a list of years available for vehicle maintenance API.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-maintenance/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


    {
      "status": "success",
      "years": [
      2001,
      2002,
      2003,
      2004,
      2005,
      2006,
      2007,
      2008,
      2009,
      2010,
      2011,
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022
  ]
    }
                    

Vehicle Maintenance Make

Provides a list of makes available for vehicle maintenance API by year.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "makes": [
      "Acura",
      "Aston Martin",
      "Audi",
      "Bentley",
      "BMW",
      "Bugatti",
      "Buick",
      "Cadillac",
      "Chevrolet",
      "Chrysler",
      "Dodge",
      "Ferrari",
      "Ford",
      "GMC",
      "Honda",
      "Hummer",
      "Hyundai",
      "Infiniti",
      "Isuzu",
      "Jaguar",
      "Jeep",
      "KIA",
      "Lamborghini",
      "Land Rover",
      "Lexus",
      "Lincoln",
      "Lotus",
      "Maserati",
      "Maybach",
      "Mazda",
      "Mercedes-Benz",
      "Mercury",
      "Mini",
      "Mitsubishi",
      "Morgan",
      "Nissan",
      "Pontiac",
      "Porsche",
      "Rolls-Royce",
      "Saab",
      "Saturn",
      "Scion",
      "Subaru",
      "Suzuki",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

Vehicle Maintenance Model

Provides a list of models available for vehicle maintenance API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


{
  "status": "success",
  "models": [
      "MDX",
      "RL",
      "RSX",
      "TL",
      "TSX"
  ]
}
                

Vehicle Recall Year

Provides a list of years available for vehicle recall API.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-recalls/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


    {
      "status": "success",
      "years": [
      2001,
      2002,
      2003,
      2004,
      2005,
      2006,
      2007,
      2008,
      2009,
      2010,
      2011,
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022
  ]
    }
                    

Vehicle Recalls Make

Provides a list of makes available for vehicle recalls API by year.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-recalls/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "makes": [
      "Acura",
      "Aston Martin",
      "Audi",
      "Bentley",
      "BMW",
      "Bugatti",
      "Buick",
      "Cadillac",
      "Chevrolet",
      "Chrysler",
      "Dodge",
      "Ferrari",
      "Ford",
      "GMC",
      "Honda",
      "Hummer",
      "Hyundai",
      "Infiniti",
      "Isuzu",
      "Jaguar",
      "Jeep",
      "KIA",
      "Lamborghini",
      "Land Rover",
      "Lexus",
      "Lincoln",
      "Lotus",
      "Maserati",
      "Maybach",
      "Mazda",
      "Mercedes-Benz",
      "Mercury",
      "Mini",
      "Mitsubishi",
      "Morgan",
      "Nissan",
      "Pontiac",
      "Porsche",
      "Rolls-Royce",
      "Saab",
      "Saturn",
      "Scion",
      "Subaru",
      "Suzuki",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

Vehicle Recalls Model

Provides a list of models available for vehicle recalls API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-recalls/options/model/{year}/{make}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


{
  "status": "success",
  "models": [
      "MDX",
      "RL",
      "RSX",
      "TL",
      "TSX"
  ]
}
                

Vehicle Repair Year

Provides a list of years available for vehicle repairs API.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-repairs/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


    {
      "status": "success",
      "years": [
      1992,
      1993,
      1994,
      1995,
      1996,
      1997,
      1998,
      1999,
      2000,
      2001,
      2002,
      2003,
      2004,
      2005,
      2006,
      2007,
      2008,
      2009,
      2010,
      2011,
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022
  ]
    }
                    

Vehicle Repairs Make

Provides a list of makes available for vehicle repairs API by year.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-repairs/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "makes": [
      "Acura",
      "Aston Martin",
      "Audi",
      "Bentley",
      "BMW",
      "Bugatti",
      "Buick",
      "Cadillac",
      "Chevrolet",
      "Chrysler",
      "Dodge",
      "Ferrari",
      "Ford",
      "GMC",
      "Honda",
      "Hummer",
      "Hyundai",
      "Infiniti",
      "Isuzu",
      "Jaguar",
      "Jeep",
      "KIA",
      "Lamborghini",
      "Land Rover",
      "Lexus",
      "Lincoln",
      "Lotus",
      "Maserati",
      "Maybach",
      "Mazda",
      "Mercedes-Benz",
      "Mercury",
      "Mini",
      "Mitsubishi",
      "Morgan",
      "Nissan",
      "Pontiac",
      "Porsche",
      "Rolls-Royce",
      "Saab",
      "Saturn",
      "Scion",
      "Subaru",
      "Suzuki",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

Vehicle Repair Model

Provides a list of models available for vehicle repairs API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-repairs/options/model/{year}/{make}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


{
  "status": "success",
  "models": [
      "MDX",
      "RL",
      "RSX",
      "TL",
      "TSX"
  ]
}
                

Vehicle Warranty Year

Provides a list of years available for vehicle warranty year.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-warranty/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


    {
      "status": "success",
      "years": [
      "1999",
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023"
  ]
    }
                    

Vehicle Warranty Make

Provides a list of makes available for vehicle warranty API by year.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-warranty/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "makes": [
      "Acura",
      "Aston Martin",
      "Audi",
      "Bentley",
      "BMW",
      "Bugatti",
      "Buick",
      "Cadillac",
      "Chevrolet",
      "Chrysler",
      "Dodge",
      "Ferrari",
      "Ford",
      "GMC",
      "Honda",
      "Hummer",
      "Hyundai",
      "Infiniti",
      "Isuzu",
      "Jaguar",
      "Jeep",
      "KIA",
      "Lamborghini",
      "Land Rover",
      "Lexus",
      "Lincoln",
      "Lotus",
      "Maserati",
      "Maybach",
      "Mazda",
      "Mercedes-Benz",
      "Mercury",
      "Mini",
      "Mitsubishi",
      "Morgan",
      "Nissan",
      "Pontiac",
      "Porsche",
      "Rolls-Royce",
      "Saab",
      "Saturn",
      "Scion",
      "Subaru",
      "Suzuki",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

Vehicle Warranty Model

Provides a list of models available for vehicle warranty API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/vehicle-warranty/options/model/{year}/{make}

GET Parameters
Parameter Required Description
year True Vehicle Year
make True Vehicle make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


{
  "status": "success",
  "models": [
      "MDX",
      "RL",
      "RSX",
      "TL",
      "TSX"
  ]
}
                

Electric Vechicle Specifications Year

Provides a list of years available for electric vechicle Specifications API.

HTTP Request

GET https://api.vehicledatabases.com/electric-vehicle/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


{
  "status": "success",
  "data": [
      "2000",
      "2002",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023"
  ]
}
                    

Electric Vehicle Specifications Make

Provides a list of makes available for electric vehicle specifications API by year.

HTTP Request

GET https://api.vehicledatabases.com/electric-vehicle/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "data": [
      "Audi",
      "BMW",
      "Chevrolet",
      "Ford",
      "GMC",
      "Hyundai",
      "Jaguar",
      "KIA",
      "Lucid",
      "Mazda",
      "Mercedes-Benz",
      "Mini",
      "Nissan",
      "Polestar",
      "Porsche",
      "Rivian",
      "Tesla",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

Electric Vehicle Specifications Model

Provides a list of models available for electric vehicle specifications API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/electric-vehicle/options/model/{year}/{make}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


  {
    "status": "success",
    "data": [
        "Taycan",
        "Taycan Cross Turismo",
        "Taycan Sport Turismo"
    ]
}
                

Electric Vehicle Specifications Trim

Provides a list of trims available for electric vehicle specifications API by a given year, make, and model.

HTTP Request

GET https://api.vehicledatabases.com/electric-vehicle/options/trim/{year}/{make}/{model}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model

JSON Response

This API returns list of available trims to be lookup.

Parameter Description
status success or error
Trims List of available trims


  {
    "status": "success",
    "data": [
        "GTS 4Dr ALL Wheel Drive Wagon"
    ]
}
      

Premium Plus Year

Provides a list of years available for premium plus API.

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


{
  "status": "success",
  "data": [
      "1999",
      "2000",
      "2002",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024"
  ]
}
                    

Premium Plus Make

Provides a list of makes available for premium plus API by year.

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "data": [
      "Audi",
      "BMW",
      "Chevrolet",
      "Ford",
      "GMC",
      "Hyundai",
      "Jaguar",
      "KIA",
      "Lucid",
      "Mazda",
      "Mercedes-Benz",
      "Mini",
      "Nissan",
      "Polestar",
      "Porsche",
      "Rivian",
      "Tesla",
      "Toyota",
      "Volkswagen",
      "Volvo"
  ]
}
                

Premium Plus Model

Provides a list of models available for premium plus API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/options/model/{year}/{make}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


  {
    "status": "success",
    "data": [
        "Taycan",
        "Taycan Cross Turismo",
        "Taycan Sport Turismo"
    ]
}
                

Premium Plus Trim

Provides a list of trims available for premium plus API by a given year, make, and model.

HTTP Request

GET https://api.vehicledatabases.com/advanced-vin-decode/options/trim/{year}/{make}/{model}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make
Model True Vehicle Model

JSON Response

This API returns list of available trims to be lookup.

Parameter Description
status success or error
Trims List of available trims


  {
    "status": "success",
    "data": [
        "GTS 4Dr All-Wheel Drive Wagon"
    ]
}
      

Market Value Year (Legacy API (v1))

Provides a list of years available for market value by YMM.

HTTP Request

GET https://api.vehicledatabases.com/market-value/options/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


{
  "status": "success",
  "data": [
      "1990",
      "1991",
      "1992",
      "1993",
      "1994",
      "1995",
      "1996",
      "1997",
      "1998",
      "1999",
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023"
  ]
}
                    

Market Value Makes (Legacy API (v1))

Provides a list of makes available for market value by YMM API by year.

HTTP Request

GET https://api.vehicledatabases.com/market-value/options/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "data": [
        "Acura",
        "Am General",
        "Audi",
        "BMW",
        "Buick",
        "Cadillac",
        "Chevrolet",
        "Chrysler",
        "Daewoo",
        "Dodge",
        "Ford",
        "GMC",
        "Honda",
        "Hyundai",
        "Infiniti",
        "Isuzu",
        "Jaguar",
        "Jeep",
        "KIA",
        "Land Rover",
        "Lexus",
        "Lincoln",
        "Mazda",
        "Mercedes-Benz",
        "Mercury",
        "Mitsubishi",
        "Nissan",
        "Oldsmobile",
        "Plymouth",
        "Pontiac",
        "Porsche",
        "Saab",
        "Saturn",
        "Subaru",
        "Suzuki",
        "Toyota",
        "Volkswagen",
        "Volvo"
        ]
}
                

Market Value Model (Legacy API (v1))

Provides a list of models available for market-value by YMM API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/market-value/options/model/{year}/{make}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


  {
    "status": "success",
    "data": 
        [
            "S40",
            "S60",
            "S80",
            "V50",
            "V70",
            "Xc70",
            "Xc90"
        ]
}
                

Market Value Year

Provides a list of years available for market value by YMM.

HTTP Request

GET https://api.vehicledatabases.com/market-value/options/v2/year


JSON Response

This API returns list of available years.

Parameter Description
status success or error
years List of available years


{
  "status": "success",
  "data": [
      "1990",
      "1991",
      "1992",
      "1993",
      "1994",
      "1995",
      "1996",
      "1997",
      "1998",
      "1999",
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023"
  ]
}
                    

Market Value Makes

Provides a list of makes available for market value by YMM API by year.

HTTP Request

GET https://api.vehicledatabases.com/market-value/options/v2/make/{year}

GET Parameters
Parameter Required Description
year True Vehicle Year

JSON Response

This API returns list of available makes.

Parameter Description
status success or error
makes List of available makes


{
  "status": "success",
  "data": [
        "Acura",
        "Am General",
        "Audi",
        "BMW",
        "Buick",
        "Cadillac",
        "Chevrolet",
        "Chrysler",
        "Daewoo",
        "Dodge",
        "Ford",
        "GMC",
        "Honda",
        "Hyundai",
        "Infiniti",
        "Isuzu",
        "Jaguar",
        "Jeep",
        "KIA",
        "Land Rover",
        "Lexus",
        "Lincoln",
        "Mazda",
        "Mercedes-Benz",
        "Mercury",
        "Mitsubishi",
        "Nissan",
        "Oldsmobile",
        "Plymouth",
        "Pontiac",
        "Porsche",
        "Saab",
        "Saturn",
        "Subaru",
        "Suzuki",
        "Toyota",
        "Volkswagen",
        "Volvo"
        ]
}
                

Market Value Model

Provides a list of models available for market-value by YMM API by a given year and make.

HTTP Request

GET https://api.vehicledatabases.com/market-value/options/v2/model/{year}/{make}

GET Parameters
Parameter Required Description
Year True Vehicle Year
Make True Vehicle Make

JSON Response

This API returns list of available models.

Parameter Description
status success or error
models List of available models


  {
    "status": "success",
    "data": 
        [
            "S40",
            "S60",
            "S80",
            "V50",
            "V70",
            "Xc70",
            "Xc90"
        ]
}
                
REQUEST

      var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/auction/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST

      var axios = require('axios');
          
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/auction/{vin}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/auction/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
      
REQUEST

      import requests 
      url = "https://api.vehicledatabases.com/auction/{vin}"
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
      
REQUEST
var request = require('request');
          var options = {
          'method': 'GET',
          'url': 'https://api.vehicledatabases.com/vin-decode/{vin}',
          'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          request(options, function (error, response) {
          if (error) throw new Error(error);
          console.log(response.body);
          });
REQUEST
var axios = require('axios');
          
          var config = {
          method: 'get',
          url: 'https://api.vehicledatabases.com/vin-decode/{vin}',
          headers: { 
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          
          axios(config)
          .then(function (response) {
          console.log(JSON.stringify(response.data));
          })
          .catch(function (error) {
          console.log(error);
          });
REQUEST
 
          
          $curl = curl_init();
          
          curl_setopt_array($curl, array(
          CURLOPT_URL => 'https://api.vehicledatabases.com/vin-decode/{vin}',
          CURLOPT_RETURNTRANSFER => true,
          CURLOPT_ENCODING => '',
          CURLOPT_MAXREDIRS => 10,
          CURLOPT_TIMEOUT => 0,
          CURLOPT_FOLLOWLOCATION => true,
          CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
          CURLOPT_CUSTOMREQUEST => 'GET',
          CURLOPT_HTTPHEADER => array(
          'x-AuthKey: {X-AUTHKEY}'
          ),
          ));
          
          $response = curl_exec($curl);
          
          curl_close($curl);
          echo $response;
REQUEST
import requests
          
          url = "https://api.vehicledatabases.com/vin-decode/{vin}"
          
          payload={}
          headers = {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          
          response = requests.request("GET", url, headers=headers, data=payload)
          
          print(response.text)
REQUEST
var request = require('request');
            var options = {
            'method': 'GET',
            'url': 'https://api.vehicledatabases.com/buildsheet/{vin}',
            'headers': {
            'x-AuthKey': '{X-AUTHKEY}'
            }
            };
            request(options, function (error, response) {
            if (error) throw new Error(error);
            console.log(response.body);
            });
REQUEST
var axios = require('axios');
            
            var config = {
            method: 'get',
            url: 'https://api.vehicledatabases.com/buildsheet/{vin}',
            headers: { 
            'x-AuthKey': '{X-AUTHKEY}'
            }
            };
            
            axios(config)
            .then(function (response) {
            console.log(JSON.stringify(response.data));
            })
            .catch(function (error) {
            console.log(error);
            });
REQUEST
 
            
            $curl = curl_init();
            
            curl_setopt_array($curl, array(
            CURLOPT_URL => 'https://api.vehicledatabases.com/buildsheet/{vin}',
            CURLOPT_RETURNTRANSFER => true,
            CURLOPT_ENCODING => '',
            CURLOPT_MAXREDIRS => 10,
            CURLOPT_TIMEOUT => 0,
            CURLOPT_FOLLOWLOCATION => true,
            CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
            CURLOPT_CUSTOMREQUEST => 'GET',
            CURLOPT_HTTPHEADER => array(
            'x-AuthKey: {X-AUTHKEY}'
            ),
            ));
            
            $response = curl_exec($curl);
            
            curl_close($curl);
            echo $response;
REQUEST
import requests
            
            url = "https://api.vehicledatabases.com/buildsheet/{vin}"
            
            payload={}
            headers = {
            'x-AuthKey': '{X-AUTHKEY}'
            }
            
            response = requests.request("GET", url, headers=headers, data=payload)
            
            print(response.text)
REQUEST

      var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/classic-decode/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/classic-decode/{vin}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
        
      
REQUEST

      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/classic-decode/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/classic-decode/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var fs = require('fs');
      var options = {
        'method': 'POST',
        'url': 'https://api.vehicledatabases.com/vin-ocr',
        'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
        },
        formData: {
          'file': {
            'value': fs.createReadStream('/home/user/Downloads/1 (1).jpg'),
            'options': {
              'filename': '1 (1).jpg',
              'contentType': null
            }
          }
        }
      };
      request(options, function (error, response) {
        if (error) throw new Error(error);
        console.log(response.body);
      });
REQUEST
var axios = require('axios');
      var FormData = require('form-data');
      var fs = require('fs');
      var data = new FormData();
      data.append('file', fs.createReadStream('/home/user/Downloads/1 (1).jpg'));
      
      var config = {
        method: 'post',
        url: 'https://api.vehicledatabases.com/vin-ocr',
        headers: { 
          'x-AuthKey': '{X-AUTHKEY}', 
          ...data.getHeaders()
        },
        data : data
      };
      
      axios(config)
      .then(function (response) {
        console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
        console.log(error);
      });
REQUEST
$curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://api.vehicledatabases.com/vin-ocr', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_POSTFIELDS => array('file'=> new CURLFILE('/home/user/Downloads/1 (1).jpg')), CURLOPT_HTTPHEADER => array( 'x-AuthKey: {X-AUTHKEY}' ), )); $response = curl_exec($curl); curl_close($curl); echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vin-ocr"
      
      payload={}
      files=[
        ('file',('test.jpg',open('test.jpg','rb'),'image/jpeg'))
      ]
      headers = {
        'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("POST", url, headers=headers, data=payload, files=files)
      
      print(response.text)
REQUEST
var request = require('request');
      var fs = require('fs');
      var options = {
      'method': 'POST',
      'url': 'https://api.vehicledatabases.com/plate-ocr',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      },
      formData: {
      'file': {
      'value': fs.createReadStream('test.jpg'),
      'options': {
      'filename': 'SC2.jpg',
      'contentType': null
      }
      }
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      var FormData = require('form-data');
      var fs = require('fs');
      var data = new FormData();
      data.append('file', fs.createReadStream('test.jpg'));
      
      var config = {
      method: 'post',
      url: 'https://api.vehicledatabases.com/plate-ocr',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}', 
      ...data.getHeaders()
      },
      data : data
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/plate-ocr',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'POST',
      CURLOPT_POSTFIELDS => array('file'=> new CURLFILE('test.jpg')),
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/plate-ocr"
      
      payload={}
      files=[
      ('file',('SC2.jpg',open('test.jpg','rb'),'image/jpeg'))
      ]
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("POST", url, headers=headers, data=payload, files=files)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-history/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-history/{vin}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-history/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-history/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/saleshistory/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/saleshistory/{vin}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/saleshistory/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/saleshistory/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/electric-vehicle/{year}/{make}/{model}/{trim}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/electric-vehicle/{year}/{make}/{model}/{trim}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST

      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/electric-vehicle/{year}/{make}/{model}/{trim}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/electric-vehicle/{year}/{make}/{model}/{trim}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/license-decode/{plate}/{state}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/license-decode/{plate}/{state}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST

      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/license-decode/{plate}/{state}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/license-decode/{plate}/{state}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/truck-license-decode/{plate}/{state}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/truck-license-decode/{plate}/{state}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST

      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/truck-license-decode/{plate}/{state}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/truck-license-decode/{plate}/{state}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/premium/vin-decode/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/premium/vin-decode/{vin}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/premium/vin-decode/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/premium/vin-decode/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/advanced-vin-decode/v2/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/advanced-vin-decode/v2/{vin}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/v2/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/advanced-vin-decode/v2/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/advanced-vin-decode/{year}/{make}/{model}/{trim}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/advanced-vin-decode/all-trims/{year}/{make}/{model}/{trim},
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/{year}/{make}/{model}/{trim}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/advanced-vin-decode/{year}/{make}/{model}/{trim}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
        var options = {
        'method': 'GET',
        'url': 'https://api.vehicledatabases.com/advanced-vin-decode/{vin}',
        'headers': {
        'x-AuthKey': '{X-AUTHKEY}'
        }
        };
        request(options, function (error, response) {
        if (error) throw new Error(error);
        console.log(response.body);
        });
REQUEST
var axios = require("axios");
        
        var config = {
        method: "get",
        url: "https://api.vehicledatabases.com/advanced-vin-decode/{vin}",
        headers: {
        "x-AuthKey": "{X-AUTHKEY}",
        },
        };
        
        axios(config)
        .then(function (response) {
        console.log(JSON.stringify(response.data));
        })
        .catch(function (error) {
        console.log(error);
        });
REQUEST
 
        
        $curl = curl_init();
        
        curl_setopt_array($curl, array(
        CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/{vin}',
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_ENCODING => '',
        CURLOPT_MAXREDIRS => 10,
        CURLOPT_TIMEOUT => 0,
        CURLOPT_FOLLOWLOCATION => true,
        CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
        CURLOPT_CUSTOMREQUEST => 'GET',
        CURLOPT_HTTPHEADER => array(
        'x-AuthKey: {X-AUTHKEY}'
        ),
        ));
        
        $response = curl_exec($curl);
        
        curl_close($curl);
        echo $response;
REQUEST
import requests
        
        url = "https://api.vehicledatabases.com/advanced-vin-decode/{vin}"
        
        payload={}
        headers = {
        'x-AuthKey': '{X-AUTHKEY}'
        }
        
        response = requests.request("GET", url, headers=headers, data=payload)
        
        print(response.text)
REQUEST
var request = require('request');
          var options = {
          'method': 'GET',
          'url': 'https://api.vehicledatabases.com/advanced-vin-decode/all-trims/{vin}',
          'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          request(options, function (error, response) {
          if (error) throw new Error(error);
          console.log(response.body);
          });
REQUEST
var axios = require("axios");
          
          var config = {
          method: "get",
          url: "https://api.vehicledatabases.com/advanced-vin-decode/all-trims/{vin}",
          headers: {
          "x-AuthKey": "{X-AUTHKEY}",
          },
          };
          
          axios(config)
          .then(function (response) {
          console.log(JSON.stringify(response.data));
          })
          .catch(function (error) {
          console.log(error);
          });
REQUEST
 
          
          $curl = curl_init();
          
          curl_setopt_array($curl, array(
          CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/all-trims/{vin}',
          CURLOPT_RETURNTRANSFER => true,
          CURLOPT_ENCODING => '',
          CURLOPT_MAXREDIRS => 10,
          CURLOPT_TIMEOUT => 0,
          CURLOPT_FOLLOWLOCATION => true,
          CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
          CURLOPT_CUSTOMREQUEST => 'GET',
          CURLOPT_HTTPHEADER => array(
          'x-AuthKey: {X-AUTHKEY}'
          ),
          ));
          
          $response = curl_exec($curl);
          
          curl_close($curl);
          echo $response;
REQUEST
import requests
          
          url = "https://api.vehicledatabases.com/advanced-vin-decode/all-trims/{vin}"
          
          payload={}
          headers = {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          
          response = requests.request("GET", url, headers=headers, data=payload)
          
          print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/europe-vin-decode/v2/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/europe-vin-decode/v2/{vin}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/europe-vin-decode/v2/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/europe-vin-decode/v2/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/europe-vin-decode/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/europe-vin-decode/{vin}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/europe-vin-decode/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/europe-vin-decode/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/{year}/{make}/{model}/{mileage}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/vehicle-maintenance/{year}/{make}/{model}/{mileage}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/{year}/{make}/{model}/{mileage}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/{year}/{make}/{model}/{mileage}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-repairs/{year}/{make}/{model}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/vehicle-repairs/{year}/{make}/{model}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-repairs/{year}/{make}/{model}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-repairs/{year}/{make}/{model}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/title-check/{vin}',
      'headers': {
      'x-authkey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/title-check/{vin}',
      headers: { 
      'x-authkey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/title-check/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-authkey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/title-check/{vin}",
      
      payload={}
      headers = {
      'x-authkey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/uk-registration-decode/{reg_num}',
      'headers': {
      'x-authkey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/uk-registration-decode/{reg_num}',
      headers: { 
      'x-authkey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/uk-registration-decode/{reg_num}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-authkey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/uk-registration-decode/{reg_num}",
      
      payload={}
      headers = {
      'x-authkey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-warranty/{year}/{make}/{model}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/vehicle-warranty/{year}/{make}/{model}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-warranty/{year}/{make}/{model}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-warranty/{year}/{make}/{model}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
        'method': 'POST',
        'url': 'https://api.vehicledatabases.com/api/vehicle-recalls',
        'headers': {
          'x-AuthKey': '',
          'Content-Type': 'application/json'
        },
        body: JSON.stringify({
          "year": "2011",
          "make": "toyota",
          "model": "corolla"
        })
      
      };
      request(options, function (error, response) {
        if (error) throw new Error(error);
        console.log(response.body);
      });
REQUEST
 
      require_once 'HTTP/Request2.php';
      $request = new HTTP_Request2();
      $request->setUrl('https://api.vehicledatabases.com/api/vehicle-recalls');
      $request->setMethod(HTTP_Request2::METHOD_POST);
      $request->setConfig(array(
        'follow_redirects' => TRUE
      ));
      $request->setHeader(array(
        'x-AuthKey' => '',
        'Content-Type' => 'application/json'
      ));
      $request->setBody('{
      \n  "year": "2011",
      \n  "make": "toyota",
      \n  "model": "corolla"
      \n}');
      try {
        $response = $request->send();
        if ($response->getStatus() == 200) {
          echo $response->getBody();
        }
        else {
          echo 'Unexpected HTTP status: ' . $response->getStatus() . ' ' .
          $response->getReasonPhrase();
        }
      }
      catch(HTTP_Request2_Exception $e) {
        echo 'Error: ' . $e->getMessage();
      }
REQUEST
 
      
              $curl = curl_init();
      
              curl_setopt_array($curl, array(
                CURLOPT_URL => 'https://api.vehicledatabases.com/api/vehicle-recalls',
                CURLOPT_RETURNTRANSFER => true,
                CURLOPT_ENCODING => '',
                CURLOPT_MAXREDIRS => 10,
                CURLOPT_TIMEOUT => 0,
                CURLOPT_FOLLOWLOCATION => true,
                CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
                CURLOPT_CUSTOMREQUEST => 'POST',
                CURLOPT_POSTFIELDS =>'{
                "year": "2011",
                "make": "toyota",
                "model": "corolla"
              }',
                CURLOPT_HTTPHEADER => array(
                  'x-AuthKey: ',
                  'Content-Type: application/json'
                ),
              ));
              
              $response = curl_exec($curl);
              
              curl_close($curl);
              echo $response;
REQUEST
import requests
      import json
      
      url = "hhttps://api.vehicledatabases.com/api/vehicle-recalls"
      
      payload = json.dumps({
      "year": "2011",
      "make": "toyota",
      "model": "corolla"
      })
      headers = {
      'x-AuthKey': '',
      'Content-Type': 'application/json'
      }
      
      response = requests.request("POST", url, headers=headers, data=payload)
      
      print(response.text)
              
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/uk-license-plate/{plate}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/uk-license-plate/{plate}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/uk-license-plate/{plate}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/uk-license-plate/{plate}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/ymm-specs/{year}/{make}/{model}/{trim}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/ymm-specs/{year}/{make}/{model}/{trim}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => ''https://api.vehicledatabases.com/ymm-specs/{year}/{make}/{model}/{trim}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "'https://api.vehicledatabases.com/ymm-specs/{year}/{make}/{model}/{trim}'"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/ymm-specs/options/year',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/ymm-specs/options/year',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/ymm-specs/options/options/year',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/ymm-specs/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/ymm-specs/options/{make}/{year}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/ymm-specs/{make}/{year}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/ymm-specs/options/{make}/{year}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/ymm-specs/options/{make}/{year}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/ymm-specs/options/model/{year}/{make}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/ymm-specs/model/{year}/{make}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/ymm-specs/options/model/{year}/{make}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/ymm-specs/options/model/{year}/{make}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/ymm-specs/options/trim/{year}/{make}/{model}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/ymm-specs/trim/{year}/{make}/{model}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/ymm-specs/options/trim/{year}/{make}/{model}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/ymm-specs/options/trim/{year}/{make}/{model}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/electric-vehicle/options/year',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/electric-vehicle/options/year',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/electric-vehicle/options/options/year',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/electric-vehicle/options/options/year"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/electric-vehicle/options/make/{year}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/electric-vehicle/options/make/{year}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/electric-vehicle/options/make/{year}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/electric-vehicle/options/make/{year}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/electric-vehicle/options/model/{year}/{make}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/electric-vehicle/options/model/{year}/{make}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/electric-vehicle/options/model/{year}/{make}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/electric-vehicle/options/model/{year}/{make}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/electric-vehicle/options/trim/{year}/{make}/{model}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/electric-vehicle/options/trim/{year}/{make}/{model}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/electric-vehicle/options/trim/{year}/{make}/{model}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/electric-vehicle/options/trim/{year}/{make}/{model}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/options/year',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-maintenance/options/year',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/options/year',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/options/year"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/options/year',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-maintenance/options/year',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/options/year',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/options/year"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/options/make/{year}"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-maintenance/options/model/{year}/{make}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-warranty/options/year',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-warranty/options/year',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-warranty/options/year',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-warranty/options/year"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-warranty/options/make/{year}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-warranty/options/make/{year}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-warranty/options/make/{year}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-warranty/options/make/{year}"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-warranty/options/model/{year}/{make}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-warranty/options/model/{year}/{make}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-warranty/options/model/{year}/{make}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-warranty/options/model/{year}/{make}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-repairs/options/year',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-repairs/options/year',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-repairs/options/year',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-repairs/options/year"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-repairs/options/make/{year}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-repairs/options/make/{year}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-repairs/options/make/{year}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-repairs/options/make/{year}"
      
      payload={}
      headers = {
      'x-AuthKey': '{}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vehicle-repairs/options/model/{year}/{make}',
      'headers': {
      'x-AuthKey': '{}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vehicle-repairs/options/model/{year}/{make}',
      headers: { 
      'x-AuthKey': '{}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      $curl = curl_init();
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vehicle-repairs/options/model/{year}/{make}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vehicle-repairs/options/model/{year}/{make}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vin-suggestion/v2/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vin-suggestion/v2/{vin}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vin-suggestion/v2/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vin-suggestion/v2/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
      var options = {
      'method': 'GET',
      'url': 'https://api.vehicledatabases.com/vin-suggestion/{vin}',
      'headers': {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require('axios');
      
      var config = {
      method: 'get',
      url: 'https://api.vehicledatabases.com/vin-suggestion/{vin}',
      headers: { 
      'x-AuthKey': '{X-AUTHKEY}'
      }
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/vin-suggestion/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/vin-suggestion/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://api.vehicledatabases.com/market-value/options/v2/year',
'headers': {
'x-AuthKey': '{X-AUTHKEY}'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
REQUEST
var axios = require('axios');

var config = {
method: 'get',
url: 'https://api.vehicledatabases.com/market-value/options/v2/year',
headers: { 
'x-AuthKey': '{X-AUTHKEY}'
}
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
REQUEST
 

$curl = curl_init();

curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/options/v2/year',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'x-AuthKey: {X-AUTHKEY}'
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
REQUEST
import requests

url = "https://api.vehicledatabases.com/market-value/options/v2/year"

payload={}
headers = {
'x-AuthKey': '{X-AUTHKEY}'
}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
REQUEST
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://api.vehicledatabases.com/market-value/options/v2/make/{year}',
'headers': {
'x-AuthKey': '{X-AUTHKEY}'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
REQUEST
var axios = require('axios');

var config = {
method: 'get',
url: 'https://api.vehicledatabases.com/market-value/options/v2/make/{year}',
headers: { 
'x-AuthKey': '{X-AUTHKEY}'
}
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
REQUEST
 
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/options/v2/make/{year}',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'x-AuthKey: {X-AUTHKEY}'
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
REQUEST
import requests

url = "https://api.vehicledatabases.com/market-value/options/v2/make/{year}"

payload={}
headers = {
'x-AuthKey': '{X-AUTHKEY}'
}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
REQUEST
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://api.vehicledatabases.com/market-value/options/v2/model/{year}/{make}',
'headers': {
'x-AuthKey': '{X-AUTHKEY}'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
REQUEST
var axios = require('axios');

var config = {
method: 'get',
url: 'https://api.vehicledatabases.com/market-value/options/v2/model/{year}/{make}',
headers: { 
'x-AuthKey': '{X-AUTHKEY}'
}
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
REQUEST
 
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/options/v2/model/{year}/{make}',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'x-AuthKey: {X-AUTHKEY}'
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
REQUEST
import requests

url = "https://api.vehicledatabases.com/market-value/options/v2/model/{year}/{make}"

payload={}
headers = {
'x-AuthKey': '{X-AUTHKEY}'
}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
REQUEST
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://api.vehicledatabases.com/market-value/options/year',
'headers': {
'x-AuthKey': '{X-AUTHKEY}'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
REQUEST
var axios = require('axios');

var config = {
method: 'get',
url: 'https://api.vehicledatabases.com/market-value/options/year',
headers: { 
'x-AuthKey': '{X-AUTHKEY}'
}
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
REQUEST
 

$curl = curl_init();

curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/options/year',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'x-AuthKey: {X-AUTHKEY}'
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
REQUEST
import requests

url = "https://api.vehicledatabases.com/market-value/options/year"

payload={}
headers = {
'x-AuthKey': '{X-AUTHKEY}'
}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
REQUEST
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://api.vehicledatabases.com/market-value/options/make/{year}',
'headers': {
'x-AuthKey': '{X-AUTHKEY}'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
REQUEST
var axios = require('axios');

var config = {
method: 'get',
url: 'https://api.vehicledatabases.com/market-value/options/make/{year}',
headers: { 
'x-AuthKey': '{X-AUTHKEY}'
}
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
REQUEST
 
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/options/make/{year}',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'x-AuthKey: {X-AUTHKEY}'
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
REQUEST
import requests

url = "https://api.vehicledatabases.com/market-value/options/make/{year}"

payload={}
headers = {
'x-AuthKey': '{X-AUTHKEY}'
}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
REQUEST
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://api.vehicledatabases.com/market-value/options/model/{year}/{make}',
'headers': {
'x-AuthKey': '{X-AUTHKEY}'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
REQUEST
var axios = require('axios');

var config = {
method: 'get',
url: 'https://api.vehicledatabases.com/market-value/options/model/{year}/{make}',
headers: { 
'x-AuthKey': '{X-AUTHKEY}'
}
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
REQUEST
 
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/options/model/{year}/{make}',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'x-AuthKey: {X-AUTHKEY}'
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
REQUEST
import requests

url = "https://api.vehicledatabases.com/market-value/options/model/{year}/{make}"

payload={}
headers = {
'x-AuthKey': '{X-AUTHKEY}'
}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
REQUEST
var request = require('request');
          var options = {
          'method': 'GET',
          'url': 'https://api.vehicledatabases.com/advanced-vin-decode/options/year',
          'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          request(options, function (error, response) {
          if (error) throw new Error(error);
          console.log(response.body);
          });
REQUEST
var axios = require('axios');
          
          var config = {
          method: 'get',
          url: 'https://api.vehicledatabases.com/advanced-vin-decode/options/year',
          headers: { 
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          
          axios(config)
          .then(function (response) {
          console.log(JSON.stringify(response.data));
          })
          .catch(function (error) {
          console.log(error);
          });
REQUEST
 
          
          $curl = curl_init();
          
          curl_setopt_array($curl, array(
          CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/options/options/year',
          CURLOPT_RETURNTRANSFER => true,
          CURLOPT_ENCODING => '',
          CURLOPT_MAXREDIRS => 10,
          CURLOPT_TIMEOUT => 0,
          CURLOPT_FOLLOWLOCATION => true,
          CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
          CURLOPT_CUSTOMREQUEST => 'GET',
          CURLOPT_HTTPHEADER => array(
          'x-AuthKey: {X-AUTHKEY}'
          ),
          ));
          
          $response = curl_exec($curl);
          
          curl_close($curl);
          echo $response;
REQUEST
import requests
          
          url = "https://api.vehicledatabases.com/advanced-vin-decode/options/options/year"
          
          payload={}
          headers = {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          
          response = requests.request("GET", url, headers=headers, data=payload)
          
          print(response.text)
REQUEST
var request = require('request');
          var options = {
          'method': 'GET',
          'url': 'https://api.vehicledatabases.com/advanced-vin-decode/options/make/{year}',
          'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          request(options, function (error, response) {
          if (error) throw new Error(error);
          console.log(response.body);
          });
REQUEST
var axios = require('axios');
          
          var config = {
          method: 'get',
          url: 'https://api.vehicledatabases.com/advanced-vin-decode/options/make/{year}',
          headers: { 
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          
          axios(config)
          .then(function (response) {
          console.log(JSON.stringify(response.data));
          })
          .catch(function (error) {
          console.log(error);
          });
REQUEST
 
          $curl = curl_init();
          curl_setopt_array($curl, array(
          CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/options/make/{year}',
          CURLOPT_RETURNTRANSFER => true,
          CURLOPT_ENCODING => '',
          CURLOPT_MAXREDIRS => 10,
          CURLOPT_TIMEOUT => 0,
          CURLOPT_FOLLOWLOCATION => true,
          CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
          CURLOPT_CUSTOMREQUEST => 'GET',
          CURLOPT_HTTPHEADER => array(
          'x-AuthKey: {X-AUTHKEY}'
          ),
          ));
          
          $response = curl_exec($curl);
          
          curl_close($curl);
          echo $response;
REQUEST
import requests
          
          url = "https://api.vehicledatabases.com/advanced-vin-decode/options/make/{year}"
          
          payload={}
          headers = {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          
          response = requests.request("GET", url, headers=headers, data=payload)
          
          print(response.text)
REQUEST
var request = require('request');
          var options = {
          'method': 'GET',
          'url': 'hhttps://api.vehicledatabases.com/advanced-vin-decode/options/model/{year}/{make}',
          'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          request(options, function (error, response) {
          if (error) throw new Error(error);
          console.log(response.body);
          });
REQUEST
var axios = require('axios');
          
          var config = {
          method: 'get',
          url: 'https://api.vehicledatabases.com/advanced-vin-decode/options/model/{year}/{make}',
          headers: { 
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          
          axios(config)
          .then(function (response) {
          console.log(JSON.stringify(response.data));
          })
          .catch(function (error) {
          console.log(error);
          });
REQUEST
 
          $curl = curl_init();
          curl_setopt_array($curl, array(
          CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/options/model/{year}/{make}',
          CURLOPT_RETURNTRANSFER => true,
          CURLOPT_ENCODING => '',
          CURLOPT_MAXREDIRS => 10,
          CURLOPT_TIMEOUT => 0,
          CURLOPT_FOLLOWLOCATION => true,
          CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
          CURLOPT_CUSTOMREQUEST => 'GET',
          CURLOPT_HTTPHEADER => array(
          'x-AuthKey: {X-AUTHKEY}'
          ),
          ));
          
          $response = curl_exec($curl);
          
          curl_close($curl);
          echo $response;
REQUEST
import requests
          
          url = "https://api.vehicledatabases.com/advanced-vin-decode/options/model/{year}/{make}"
          
          payload={}
          headers = {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          
          response = requests.request("GET", url, headers=headers, data=payload)
          
          print(response.text)
REQUEST
var request = require('request');
          var options = {
          'method': 'GET',
          'url': 'https://api.vehicledatabases.com/advanced-vin-decode/options/trim/{year}/{make}/{model}',
          'headers': {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          request(options, function (error, response) {
          if (error) throw new Error(error);
          console.log(response.body);
          });
REQUEST
var axios = require('axios');
          
          var config = {
          method: 'get',
          url: 'https://api.vehicledatabases.com/advanced-vin-decode/options/trim/{year}/{make}/{model}',
          headers: { 
          'x-AuthKey': '{X-AUTHKEY}'
          }
          };
          
          axios(config)
          .then(function (response) {
          console.log(JSON.stringify(response.data));
          })
          .catch(function (error) {
          console.log(error);
          });
REQUEST
 
          $curl = curl_init();
          curl_setopt_array($curl, array(
          CURLOPT_URL => 'https://api.vehicledatabases.com/advanced-vin-decode/options/trim/{year}/{make}/{model}',
          CURLOPT_RETURNTRANSFER => true,
          CURLOPT_ENCODING => '',
          CURLOPT_MAXREDIRS => 10,
          CURLOPT_TIMEOUT => 0,
          CURLOPT_FOLLOWLOCATION => true,
          CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
          CURLOPT_CUSTOMREQUEST => 'GET',
          CURLOPT_HTTPHEADER => array(
          'x-AuthKey: {X-AUTHKEY}'
          ),
          ));
          
          $response = curl_exec($curl);
          
          curl_close($curl);
          echo $response;
REQUEST
import requests
          
          url = "https://api.vehicledatabases.com/advanced-vin-decode/options/trim/{year}/{make}/{model}"
          
          payload={}
          headers = {
          'x-AuthKey': '{X-AUTHKEY}'
          }
          
          response = requests.request("GET", url, headers=headers, data=payload)
          
          print(response.text)
REQUEST
var request = require("request");
      var options = {
      method: "GET",
      url: "https://api.vehicledatabases.com/market-value/{vin}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/market-value/{vin}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/{vin}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/market-value/{vin}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require("request");
      var options = {
      method: "GET",
      url: "https://api.vehicledatabases.com/market-value/ymm/{year}/{make}/{model}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/market-value/ymm/{year}/{make}/{model}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/ymm/{year}/{make}/{model}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/market-value/ymm/{year}/{make}/{model}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require("request");
      var options = {
      method: "GET",
      url: "https://api.vehicledatabases.com/market-value/v2/{vin}?state={state}&mileage={mileage_value}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/market-value/v2/{vin}?state={state}&mileage={mileage_value}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/v2/{vin}?state={state}&mileage={mileage_value}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/market-value/v2/{vin}?state={state}&mileage={mileage_value}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)
REQUEST
var request = require("request");
      var options = {
      method: "GET",
      url: "https://api.vehicledatabases.com/market-value/v2/ymm/{year}/{make}/{model}?state={state}&mileage={mileage_value}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      request(options, function (error, response) {
      if (error) throw new Error(error);
      console.log(response.body);
      });
REQUEST
var axios = require("axios");
      
      var config = {
      method: "get",
      url: "https://api.vehicledatabases.com/market-value/v2/ymm/{year}/{make}/{model}?state={state}&mileage={mileage_value}",
      headers: {
      "x-AuthKey": "{X-AUTHKEY}",
      },
      };
      
      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });
REQUEST
 
      
      $curl = curl_init();
      
      curl_setopt_array($curl, array(
      CURLOPT_URL => 'https://api.vehicledatabases.com/market-value/v2/ymm/{year}/{make}/{model}?state={state}&mileage={mileage_value}',
      CURLOPT_RETURNTRANSFER => true,
      CURLOPT_ENCODING => '',
      CURLOPT_MAXREDIRS => 10,
      CURLOPT_TIMEOUT => 0,
      CURLOPT_FOLLOWLOCATION => true,
      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
      CURLOPT_CUSTOMREQUEST => 'GET',
      CURLOPT_HTTPHEADER => array(
      'x-AuthKey: {X-AUTHKEY}'
      ),
      ));
      
      $response = curl_exec($curl);
      
      curl_close($curl);
      echo $response;
REQUEST
import requests
      
      url = "https://api.vehicledatabases.com/market-value/v2/ymm/{year}/{make}/{model}?state={state}&mileage={mileage_value}"
      
      payload={}
      headers = {
      'x-AuthKey': '{X-AUTHKEY}'
      }
      
      response = requests.request("GET", url, headers=headers, data=payload)
      
      print(response.text)