id int64 1 131 | name large_stringlengths 3 109 |
|---|---|
16 | Bus |
65 | Incomplete |
64 | Incomplete - Glider |
117 | Limousine |
100 | Motorcycle - Enclosed Three Wheeled or Enclosed Autocycle [1 Rear Wheel] |
131 | Motorcycle - Three Wheeled, Unknown Enclosure or Autocycle, Unknown Enclosure |
127 | Off-Road Vehicle - Construction Equipment |
97 | Off-Road Vehicle - Snowmobile |
68 | Streetcar/Trolley |
73 | Bus - School Bus |
107 | Incomplete - Bus Chassis |
76 | Incomplete - Motor Coach Chassis |
4 | Low Speed Vehicle [LSV]/Neighborhood Electric Vehicle [NEV] |
104 | Motorcycle - Moped |
83 | Motorcycle - Three-Wheeled Motorcycle [2 Rear Wheels] |
84 | Off-Road Vehicle - Dirt Bike/Off-Road |
60 | Pickup |
61 | Trailer |
3 | Coupe |
63 | Incomplete - Chassis Cab (Single Cab) |
77 | Incomplete - Shuttle Bus Chassis |
109 | Motorcycle - Cross Country |
87 | Motorcycle - Small/Minibike |
103 | Motorcycle - Unenclosed Three Wheeled or Open Autocycle [1 Rear Wheel] |
88 | Off-Road Vehicle - Go-Kart |
119 | Sport Utility Truck [SUT] |
9 | Van |
128 | Ambulance |
5 | Hatchback/Liftback/Notchback |
62 | Incomplete - Cutaway |
75 | Incomplete - Transit Bus Chassis |
85 | Motorcycle - Dual-Sport/Adventure/Supermoto/On-Off Road |
98 | Motorcycle - Street |
69 | Off-Road Vehicle - All-Terrain Vehicle [ATV] (Motorcycle-Style) |
105 | Off-Road Vehicle - Multipurpose Off-Highway Utility Vehicle [MOHUV] or Recreational Off-Highway Vehicle [ROV] |
129 | Street Sweeper |
1 | Convertible/Cabriolet |
74 | Incomplete - Chassis Cab (Number of Cab Unknown) |
71 | Incomplete - School Bus Chassis |
114 | Motorcycle - Competition |
90 | Motorcycle - Side Car |
110 | Motorcycle - Underbone |
126 | Off-Road Vehicle - Farm Equipment |
13 | Sedan/Saloon |
66 | Truck-Tractor |
130 | Fire Apparatus |
112 | Incomplete - Commercial Chassis |
116 | Incomplete - Trailer Chassis |
94 | Motorcycle - Custom |
6 | Motorcycle - Standard |
108 | Motorhome |
113 | Off-Road Vehicle - Motocross (Off-road short distance, closed track racing) |
111 | Step Van/Walk-in Van |
95 | Cargo Van |
70 | Incomplete - Chassis Cab (Double Cab) |
78 | Incomplete - Motor Home Chassis |
2 | Minivan |
12 | Motorcycle - Scooter |
81 | Motorcycle - Touring/Sport Touring |
86 | Off-Road Vehicle - Enduro (Off-road long distance racing) |
10 | Roadster |
8 | Crossover Utility Vehicle [CUV] |
72 | Incomplete - Commercial Bus Chassis |
67 | Incomplete - Stripped Chassis |
82 | Motorcycle - Cruiser |
80 | Motorcycle - Sport |
125 | Motorcycle - Unknown Body Class |
124 | Off-Road Vehicle - Golf Cart |
7 | Sport Utility Vehicle [SUV]/Multipurpose Vehicle [MPV] |
11 | Truck |
15 | Wagon |
NHTSA vPIC Curated Vehicle Database
Curated vehicle database derived from NHTSA's vPIC data, optimized for VIN decoding via the vin-decode-mcp server.
Source
Data sourced from the National Highway Traffic Safety Administration (NHTSA), an agency of the United States Department of Transportation. NHTSA is a government agency and the services provided are free for use by the public as part of their Open Data initiative. No API key or registration required.
Download NHTSA vPIC standalone databases
What's Included
This is the full vPIC SQLite database with all NHTSA vehicle specification tables, including:
| Category | Description |
|---|---|
make |
Vehicle manufacturers (~12,328) |
model |
Vehicle models (~31,869) |
vehicletype |
Vehicle type categories |
make_model |
Make/model relationships |
wmi |
World Manufacturer Identifiers (~12,971) |
wmi_vinschema |
WMI to VIN schema mapping |
pattern |
VIN descriptor patterns (~1.67M) |
vinexception |
VIN exception rules (~18,805) |
vinschema |
VIN schema definitions |
model_years |
Production year ranges |
engine_* |
Engine specifications (model, model, pattern, etc.) |
body_* |
Body specifications (style, cab, type, etc.) |
fuel_* |
Fuel specifications (type, delivery, tank, etc.) |
safety_* |
Safety equipment (airbags, brakes, ABS, etc.) |
battery_* |
Battery/electrification specs |
transmission |
Transmission types |
drivetype |
Drive types (FWD, RWD, AWD, etc.) |
Database Stats
- Size: ~627 MB
- Format: SQLite (
.db) - Source vintage: 2026-08
Dataset Viewer
This dataset is available in the Dataset Viewer with individual tables available as separate configurations (config dropdown at top right). Key tables are also exported as Parquet for fast browser-based browsing.
Available Tables (Parquet exports)
| Table | Config | Rows | Parquet Size |
|---|---|---|---|
| make | make |
12,328 | 0.3 MB |
| model | model |
31,869 | 0.6 MB |
| make_model | make_model |
31,869 | 0.6 MB |
| wmi | wmi |
12,971 | 0.6 MB |
| pattern | pattern |
1,674,161 | 28.6 MB |
| vehicletype | vehicletype |
9 | <1 MB |
| wmi_vinschema | wmi_vinschema |
41,708 | 0.7 MB |
| vinexception | vinexception |
18,805 | 0.2 MB |
| vinschema | vinschema |
25,149 | 1.4 MB |
| manufacturer | manufacturer |
22,893 | 0.5 MB |
| country | country |
199 | <1 MB |
| drivetype | drivetype |
23 | <1 MB |
| fueltype | fueltype |
14 | <1 MB |
| bodystyle | bodystyle |
71 | <1 MB |
| transmission | transmission |
12 | <1 MB |
| enginemodel | enginemodel |
346 | <1 MB |
| enginemodelpattern | enginemodelpattern |
2,510 | <1 MB |
| vspecschemapattern | vspecschemapattern |
16,754 | 0.1 MB |
Usage
Download the .db file and use with the MCP server:
export VIN_MCP_DB_PATH=/path/to/vPIC_sqlite.db
vin-decode-mcp
Or query directly:
import sqlite3
conn = sqlite3.connect("vPIC_sqlite.db", uri=True)
conn.row_factory = sqlite3.Row
# List makes
makes = conn.execute("SELECT * FROM make ORDER BY name").fetchall()
Refresh Frequency
This database is rebuilt from NHTSA's standalone databases approximately
every 6-12 months. Check the build timestamp in dataset_info for the
source vintage.
Attribution
Vehicle data: NHTSA vPIC Curated database pipeline: vin-decode-mcp
- Downloads last month
- 133