Vindecodervehicle API


The Vindecodervehicle API gives you the possibility to obtain reliable data from any vehicle, quickly and efficiently.

This API was born from the own need to be able to have a system as complete as possible, at a low cost. So we decided to create this API to be able to centralize the most demanded data in the automotive world.

We work for you. If you think we can incorporate or modify something in the system, do not hesitate to contact us. We are happy to discuss possible solutions.

We are not going to focus on explaining the technical use of it, since they are only simple https calls passing as parameters your user, apikey and depending on the endpoint, a data or another referring to the vehicle (s).

This is a basic version of the VIN decoder. You will get relevant data from the vehicle.

Endpoint:


http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&vin=5UXFA135X6LY43598
 

This is a second improved version. Our algorithm decides what it thinks the specific vehicle is and returns only one vehicle. To get the possible vehicles, look at endpoint number 3.

 

Enpoint:

http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&vin=5UXFA135X6LY43598&getMoreData

 

In the above endpoint, our algorithm returns a single vehicle and it may not always be the one you are looking for. With this option, the system will return a list with the possible vehicles (Always the same make and model, but the engine, years, cylinder capacity ... may vary). Among the results, you will obtain a unique ID per vehicle, which you can use in the next endpoint.

 

Endpoint:

http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&vin=5UXFA135X6LY43598&getMoreData&AllCars

As we have said in the previous point, we already know which vehicle we are looking for and we have its id, which we can go to the next endpoint to obtain all the vehicle data.

 

 http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&vehicleID=12345
 

We put at your disposal a system to obtain a list of the OEM references that a vehicle mounts. Very useful for spare parts stores and other companies in the sector.

 

Endpoint:

 http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&carid=12345&getOEMparts
Demo response
 
*The carid can be obtained with vin decoder option 2 and get all vehicles.

With this system we can obtain a list of all possible repairs of a vehicle, together with their estimated repair time. Very useful for a workshop's budget generation systems.

Endpoint:

 http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&carid=12345&getTimesRepair
 
*The carid can be obtained with vin decoder option 2 and get all vehicles.

With this solution, we can obtain the engine code of the vehicle we are looking for. You will get a list with the possible vehicles and their respective engine code.

 

Endpoint:

 http://vindecodervehicle.com/api/v1/id=YOURUSER&key=XXXXXXXXXXXXXXX&vin=VIN-HERE&getEngines
Demo response