6

I want to develop an android application which retrieving data from the Waze Live Map (to supply some input - like from where to where and get the time it would take to drive that route regard to the traffic jams and all other staff..) On Waze website i only found instructions to build the same application but not to use it with API.

Is there an API to android so I could do my thing?

thanks, Bush

Bush
  • 2,433
  • 5
  • 34
  • 57

2 Answers2

5

After contacting with Waze company by mails I have the answer: No. They didn't released API for their app and so we cannot build app relying on it...

well, we'll wait for google navigator :)

Bush
  • 2,433
  • 5
  • 34
  • 57
4

open-source project that wrapper waze functionality

its written in java. can be used as a service or as a runnable server.

https://github.com/Nimrod007/waze-api

link to docs:

http://htmlpreview.github.io/?https://github.com/Nimrod007/waze-api/blob/master/docs.html

Nimrod007
  • 9,825
  • 8
  • 48
  • 71
  • So am I allowed to use this unofficial API commercially? Waze doesn't restrict this? – Doronz Jun 24 '15 at 18:12
  • 2
    https://www.waze.com/robots.txt allows this, regarding if waze will restrict this after you use this in a large scale .. its up to them – Nimrod007 Jun 24 '15 at 18:41