Skip to content

Instantly share code, notes, and snippets.

@lstellway
Created January 18, 2023 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lstellway/65afa3f3b11ec526f020abc1618f5c57 to your computer and use it in GitHub Desktop.
Save lstellway/65afa3f3b11ec526f020abc1618f5c57 to your computer and use it in GitHub Desktop.
Example VIN response
{
"Count": 136,
"Message": "Results returned successfully. NOTE: Any missing decoded values should be interpreted as NHTSA does not have data on the specific variable. Missing value should NOT be interpreted as an indication that a feature or technology is unavailable for a vehicle.",
"SearchCriteria": "VIN(s): WVWWF7AUXHW160687",
"Results": [
{
"ABS": "Standard",
"ActiveSafetySysNote": "Park Distance Control (Park Pilot): Standard",
"AdaptiveCruiseControl": "Standard",
"AdaptiveDrivingBeam": "Standard",
"AdaptiveHeadlights": "",
"AdditionalErrorText": "",
"AirBagLocCurtain": "1st Row (Driver and Passenger)",
"AirBagLocFront": "1st Row (Driver and Passenger)",
"AirBagLocKnee": "",
"AirBagLocSeatCushion": "",
"AirBagLocSide": "1st Row (Driver and Passenger)",
"AutoReverseSystem": "Standard",
"AutomaticPedestrianAlertingSound": "",
"AxleConfiguration": "",
"Axles": "2",
"BasePrice": "39375",
"BatteryA": "",
"BatteryA_to": "",
"BatteryCells": "",
"BatteryInfo": "",
"BatteryKWh": "",
"BatteryKWh_to": "",
"BatteryModules": "",
"BatteryPacks": "",
"BatteryType": "",
"BatteryV": "",
"BatteryV_to": "",
"BedLengthIN": "",
"BedType": "Not Applicable",
"BlindSpotIntervention": "",
"BlindSpotMon": "Standard",
"BodyCabType": "Not Applicable",
"BodyClass": "Hatchback/Liftback/Notchback",
"BrakeSystemDesc": "",
"BrakeSystemType": "",
"BusFloorConfigType": "Not Applicable",
"BusLength": "",
"BusType": "Not Applicable",
"CAN_AACN": "",
"CIB": "Standard",
"CashForClunkers": "",
"ChargerLevel": "",
"ChargerPowerKW": "",
"CoolingType": "",
"CurbWeightLB": "",
"CustomMotorcycleType": "Not Applicable",
"DaytimeRunningLight": "Standard",
"DestinationMarket": "",
"DisplacementCC": "2000",
"DisplacementCI": "122.0474881894",
"DisplacementL": "2",
"Doors": "4",
"DriveType": "AWD/All-Wheel Drive",
"DriverAssist": "",
"DynamicBrakeSupport": "Standard",
"EDR": "",
"ESC": "Standard",
"EVDriveUnit": "",
"ElectrificationLevel": "",
"EngineConfiguration": "",
"EngineCycles": "",
"EngineCylinders": "4",
"EngineHP": "292.00",
"EngineHP_to": "",
"EngineKW": "217.744400",
"EngineManufacturer": "VW",
"EngineModel": "",
"EntertainmentSystem": "",
"ErrorCode": "0",
"ErrorText": "0 - VIN decoded clean. Check Digit (9th position) is correct",
"ForwardCollisionWarning": "Standard",
"FuelInjectionType": "",
"FuelTypePrimary": "Gasoline",
"FuelTypeSecondary": "",
"GCWR": "",
"GCWR_to": "",
"GVWR": "",
"GVWR_to": "",
"KeylessIgnition": "Standard",
"LaneCenteringAssistance": "",
"LaneDepartureWarning": "Standard",
"LaneKeepSystem": "Standard",
"LowerBeamHeadlampLightSource": "",
"Make": "VOLKSWAGEN",
"MakeID": "482",
"Manufacturer": "VOLKSWAGEN AG",
"ManufacturerId": "1148",
"Model": "Golf R",
"ModelID": "13844",
"ModelYear": "2017",
"MotorcycleChassisType": "Not Applicable",
"MotorcycleSuspensionType": "Not Applicable",
"NCSABodyType": "",
"NCSAMake": "",
"NCSAMapExcApprovedBy": "",
"NCSAMapExcApprovedOn": "",
"NCSAMappingException": "",
"NCSAModel": "",
"NCSANote": "",
"NonLandUse": "",
"Note": "",
"OtherBusInfo": "",
"OtherEngineInfo": "Fuel: Gas (50-St); Test Group: HVGAV02.0AUA;Emission Standard:IntT3 Bin 125/ULEV II",
"OtherMotorcycleInfo": "",
"OtherRestraintSystemInfo": "Advanced Front Airbags",
"OtherTrailerInfo": "",
"ParkAssist": "",
"PedestrianAutomaticEmergencyBraking": "",
"PlantCity": "WOLFSBURG",
"PlantCompanyName": "",
"PlantCountry": "GERMANY",
"PlantState": "",
"PossibleValues": "",
"Pretensioner": "",
"RearAutomaticEmergencyBraking": "",
"RearCrossTrafficAlert": "",
"RearVisibilitySystem": "Standard",
"SAEAutomationLevel": "",
"SAEAutomationLevel_to": "",
"SeatBeltsAll": "Manual",
"SeatRows": "2",
"Seats": "5",
"SemiautomaticHeadlampBeamSwitching": "Standard",
"Series": "2.0 TSI Base w/DCC & Nav",
"Series2": "",
"SteeringLocation": "Left-Hand Drive (LHD)",
"SuggestedVIN": "",
"TPMS": "Indirect",
"TopSpeedMPH": "155",
"TrackWidth": "",
"TractionControl": "Standard",
"TrailerBodyType": "Not Applicable",
"TrailerLength": "",
"TrailerType": "Not Applicable",
"TransmissionSpeeds": "6",
"TransmissionStyle": "Manual/Standard",
"Trim": "",
"Trim2": "",
"Turbo": "",
"VIN": "WVWWF7AUXHW160687",
"ValveTrainDesign": "",
"VehicleDescriptor": "WVWWF7AU*HW",
"VehicleType": "PASSENGER CAR",
"WheelBaseLong": "",
"WheelBaseShort": "103.50",
"WheelBaseType": "",
"WheelSizeFront": "19",
"WheelSizeRear": "19",
"Wheels": "4",
"Windows": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment