Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Integrate Waze Traffic Data into Website?

Could anyone show me a way on how to integrate the traffic info app Waze into the website?

I have looked up the previous post but somehow there is no answer to it.

Waze is an application, which offers an actual traffic information. There is also a livemap Waze livemap - where are marks as you can see.

So, I found some site - egaraz and I'm really curious how did they get the data from Waze.

Programming is not my main field but a could still understand some basic php coding.

Could someone suggest me a working solution?

Thanks

like image 888
Fire Avatar asked Jan 28 '26 11:01

Fire


1 Answers

a while ago i wrote this project:

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

you can run this api and get:

  • get address list from free text
  • get routes by address (text)
  • get routes by coordinates
  • get traffic notification
  • get navigation instructions

link to full docs:

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

like image 157
Nimrod007 Avatar answered Jan 30 '26 00:01

Nimrod007