CarTechnoloGY
VIN decoder Data Bases retrieving - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: VIN decoder Data Bases retrieving (/showthread.php?tid=46936)

Pages: 1 2 3


VIN decoder Data Bases retrieving - smilo - 20-02-2019

Hi to all,
Is there a way to retrieve from ETK or other BMW tool, data Bases containing VO List of cars by VIN ?
The response must be yes as several websites offer this VIN resolution (mdecoder, decoder.bvzine, bimmer.work, etc.); But I don't know where they retrieve these data bases to export them to Access / MySQLAdmin or others.

Thanks


RE: VIN decoder Data Bases retrieving - Node - 20-02-2019

I believe they get that from BMW servers. To do that they must have a contract with BMW. When I was getting signed up for AOS I had to specify what kind of business I am and I believe one of choices sounded similar to VIN decoding. But exporting them for all the cars ever produced... that sounds really bad. I'm not a lawyer but at least in Europe it could mean GDPR violation. My guess would be that those sites are allowed to do queries as long as they do not store the data retrieved or something.

Update: In AOS I can get options lists for any short VIN but I have to explicitly agree with the disclaimer that I am legally allowed to query the exact VIN. If I don't and someone complains my AOS contract might be terminated.


RE: VIN decoder Data Bases retrieving - smilo - 20-02-2019

Thanks for your reply.
Yes, for sure we have these information in BMW AOS portal. We can retrieve them car by car as we want (like in other websites I put in my first message).
Now my question is to know if there is a way to retrieve these information (available in ISTA-D data bases for exple) and use them locally in my laptop, without the need to open ISTA, or logon in AOS or other website.


RE: VIN decoder Data Bases retrieving - Node - 20-02-2019

I don't think that data is available offline. Then there would be no point in storing it on the car. And that would be bad for us smile


RE: VIN decoder Data Bases retrieving - bmwcoder75 - 20-02-2019

(20-02-2019, 11:29 AM)smilo Wrote:  Thanks for your reply.
Yes, for sure we have these information in BMW AOS portal. We can retrieve them car by car as we want (like in other websites I put in my first message).
Now my question is to know if there is a way to retrieve these information (available in ISTA-D data bases for exple) and use them locally in my laptop, without the need to open ISTA, or logon in AOS or other website.

Sure you can, but all custom made interface to access the data.

All those websites use PHP scripts etc to produce user interface and backend queries to the databases.

Those scripts are commercial and you are not getting them for free. Even if you were to get them one way or another, you would need to build your own web server in house or on the web, which kinda defeats the logic of your query since you will need a "program" to query the databases and present the data to you in a humanly comprehensible shape of form

So yes the data is here, but you always need a program to show you the data.

There is no other solution, that is the way data is accessed and presented.

So stick to the usual apps, unless you want to reinvent the wheel.


RE: VIN decoder Data Bases retrieving - smilo - 20-02-2019

Thanks guys for your replies.

"So yes the data is here, but you always need a program to show you the data." this is my whole project - the program would be mine
I have a local program that need these informations (model, Factory VO, Prod. date) about the car from the input VIN, then with an intern algorithm makes a calculation and give a result.

I can't give to the program an input as website address because always there is a captcha to enter manually. I tried with AOS, but it needs an authentication (takes time to code with Javascript/PHP).

So what I'm looking for, like ISTA contains these all information (and maybe also ETK in its roms - but not sure), I would develop a gateway between my own program and one of BMW tool, or export databases to an Access local databases (for exple), then my program can retrieve needed information for each VIN.

I don't try to reinvent the wheel, just find a technical solution smile


RE: VIN decoder Data Bases retrieving - Node - 20-02-2019

As I said I don't believe data in any of those tools contain VOs. If it would then it would be possible to see it in the tool and I don't know of any such possibility. And bmwcoder75 by saying "data is here" still talks about websites. Maybe he could clarify where that "here" is...


RE: VIN decoder Data Bases retrieving - bmwcoder75 - 20-02-2019

As far as I know data is contained in ETK database.
I tried to access it before but there was some sort of encryption/authentication.


RE: VIN decoder Data Bases retrieving - Node - 20-02-2019

I wonder then why ETK does not automatically use that data without connecting to web servers?

Which data tables you have in mind?


RE: VIN decoder Data Bases retrieving - smilo - 20-02-2019

(20-02-2019, 19:35 PM)Node Wrote:  I wonder then why ETK does not automatically use that data without connecting to web servers?

Which data tables you have in mind?

Yes, ETK doesn't use VO to filter (unlike AOS) - do you have a way to connect it to web servers to do that ?

I was thinking ISTA contains cars VO lists. But finally this list appears only once the car is connected. With VIN, we have all information about the car model and prod.