--- title: "How to Decode a VIN Number with Node.js Using Free NHTSA Data" description: "Learn how to decode any 17-character Vehicle Identification Number (VIN) with Node.js using the free NHTSA vPIC database — or skip the plumbing and call the leeworks.dev VIN Decoder API directly." date: "2026-05-30" author: "leeworks.dev" tags: ["vin-decoder", "nodejs", "automotive", "api", "tutorial"] --- import Base from '../../layouts/Base.astro';