and save costs, time and money!
Vincario is a leading VIN Decoder API service with a 🌐 global coverage.
"decode": [
{
"label": "Make",
"value": "Ford"
},
{
"label": "Model",
"value": "Galaxy"
},
+ 47 more vehicle details:
"Vehicle ID",
"Model Year",
"Product Type",
"Body",
"Series",
"Fuel Type - Primary",
"Number of Gears",
"Emission Standard",
"Manufacturer",
"Manufacturer Address",
"Plant Country",
"Engine Manufacturer",
"Engine Type",
"Average CO2 Emission (g/km)",
"Number Wheels",
"Number of Axles",
"Number of Doors",
"Number of Seats",
"Front Brakes",
"Rear Brakes",
"Brake System",
"Suspension",
"Steering Type",
"Rear Suspension",
"Front Suspension",
"Wheel Rims Size",
"Wheel Rims Size Array",
"Wheel Size",
"Wheel Size Array",
"Wheelbase (mm)",
"Wheelbase Array (mm)",
"Height (mm)",
"Length (mm)",
"Width (mm)",
"Rear Overhang (mm)",
"Track Front (mm)",
"Track Rear (mm)",
"Max Speed (km/h)",
"Maximum Trunk Capacity (l)",
"Minimum Trunk Capacity (l)",
"Weight Empty (kg)",
"Max Weight (kg)",
"Max roof load (kg)",
"Permitted trailer load without brakes (kg)",
"ABS",
"Check Digit",
"Sequential Number"
Identify all your vehicles in order to measure CO2 emissions, understand the ratio of electric vehicles to your fleet or expand your services globally.
Decipher a VIN obtained from OBD2/CAN bus protocols to recognize a vehicle specification for further app communication and settings.
Simplify a vehicle onboarding process with vehicle specification pre-filled based on a VIN code lookup.
VIN lookup vehicle type, make, model, model year, engine details and transmission to properly calculate vehicle insurance or leasing costs.
Decode a vehicle identification number to get correct spare part identification.
Automate vehicle data submissions, save time, reduce human based errors and misspellings by pre-filling vehicle data into application form using a VIN lookup service.
Boost your sales with accurate vehicle identification based on a VIN Decoding.
Automate data processes. Speed up vehicle onboarding in your system. Become a leader in the automotive industry.
Identification of Passenger cars, Vans, Trucks, Buses, Trailers, Motorbikes, Tractors, ATV Quads and other vehicle types Worldwide. Extended support of European and North American vehicles.
Uptime 99.9% API results in milliseconds verified by AI API call charged only once GDPR protection.
Prepay VIN Decode API lookups. In case of expected higher volume, please reach out to our customer service for further assistance. They'll build a custom package that will fit your needs.
The implementation takes less than 5 minutes with full REST JSON API.
<?php
$apiPrefix = "https://api.vindecoder.eu/3.2";
$apiKey = "YOUR_API_KEY"; // Your API key
$secretKey = "YOUR_SECRET_KEY"; // Your secret key
$id = "decode";
$vin = mb_strtoupper("XXXDEF1GH23456789");
$controlSum = substr(sha1("$vin|$id|$apiKey|$secretKey"), 0, 10);
$data = file_get_contents("$apiPrefix/$apiKey/$controlSum/decode/$vin.json", false);
$result = json_decode($data);
?>
Follow API Documentation for more details.
More code examples also in various programming languages can be found at Vincario Github
VIN Decoder is a software that will break down a Vehicle Identification Number into a vehicle specification.
Manufacturers typically encode: Make, Model, Model year, Body, Engine details, Manufacturer identification, Plant location, Check digit and Serial number.
Vincario uses the basic vehicle details decoded from a VIN and pairs them with vehicle catalogs to enrich the results for another ~50 details as you can see in this example: WF0MXXGBWM8R43240.
Vehicle manufacturers don't encode into a VIN: color, features/equipment, crash accidents, vehicle history, recalls or maintenance intervals. If you really need these vehicle details, you can buy them from vehicle manufacturers directly.
Using a VIN lookup API service you can't also decode license plate, number of previous owners or images.
The most typical VIN locations are: stamped in the engine area, on the steering wheel/steering column, under the passenger seat, inside the trunk (right or left side), on the door frame/door post, on a vehicle document. More details at VIN FAQ page.
No, manufacturing month and year is not encoded into a VIN. Manufacturers encode a Model Year instead which indicates any manufacturer-specified evolution in the mid-cycle of a model range. It relates to the model cycle that the car is a part of and not when it was built.
Are you interested in testing the VIN Decoder API service using your own data? Tell us more about your needs so we can better assist you.
Questionnaire was successfully sent.
We've sent a verification code to the e-mail address you used to create your account.
Your API account is ready to use. Implementation instructions can be found in the API documentation.
API Key: YOUR_API_KEY
API Secret: YOUR_SECRET_KEY
Vincario has developed its own VIN Decoder algorithm based on machine learning which is trained on a national vehicle databases in order to decode all vehicle details encoded into a VIN by its manufacturer.
Data decoded from a VIN are furthermore enriched for more vehicle information like fuel consumption, fuel tank capacity, emission standards, width, length, height, weight etc. by pairing multiple vehicle catalogs and car databases.
This solution helps companies to quickly identify vehicles and provide necessary vehicle details for further data processing.
Questionnaire was successfully sent.
Enter the verification code from an e-mail to continue to test out the service.