VIN Decoder
Decode your VIN
This page is UI-first. It calls a demo PHP endpoint and renders the response dynamically. Later, we’ll replace the stub with your real backend logic.
VIN input
VIN must be 17 characters (letters A–Z without I/O/Q and digits).
Backend placeholder
Current endpoint:
/api/vin_decode.php returns demo JSON only.Ready when you are
Enter a VIN and hit Decode. The backend is a demo stub for now.