Lat/lon history

Hi All,

Do you know if is possible to get a history of lat/lon, by date, by user using waze api?

Thanks,

Rodrigo Nascimento

Do you mean locations visited or a download of your drives? (You won’t be able to get any other user’s data.)

I’m talking about my drives. is it possible?

Yes, this can be done. Not necessarily easily though. There have been other threads about downloading and saving drive data before. Someone at one point wrote some python script to do the work.

You can use the dev controls in a browser to capture the URL of the drive request and then capture that and save it. The data comes back to the browser in JSON format I believe. I think that Python script might have converted it to KML format.

In any event, Waze does not provide this functionality natively in the website or app, but it can be done with some work.