How do I get the Waze API URL?

1656
1
Jump to solution
08-02-2021 01:25 PM
VickyShen
New Contributor II

This is the sample Waze API URL. 

https://na-georss.waze.com/rtserver/web/TGeoRSS?tk=TOKENVALUE&ccp_partner_name=PARTNERNAME
&polygon=34.582214,32.581065;35.389709,32.460638;35.760498,31.998286;35.364990,31.341432;34.326782,
31.496128;34.582214,32.581065;34.582214,32.581065&format=JSON&types=traffic,alerts

Is it generated by Waze or by myself?  I mean if by myself, I enter the TOKENVALUE and PARTNERNAME? 

Thank you

0 Kudos
1 Solution

Accepted Solutions
EricIronside
Esri Regular Contributor

hey @VickyShen 

Waze will provide you the values for the token, CCP partner name, and polygon.  After signing up for the Waze CCP program at https://www.waze.com/ccp you should receive from Waze a sample URL in the format you have above.  The values from that URL that Waze provides for the URL parameters tk, ccp_partner_name, and polygon are what you need to pull out. 

View solution in original post

0 Kudos
1 Reply
EricIronside
Esri Regular Contributor

hey @VickyShen 

Waze will provide you the values for the token, CCP partner name, and polygon.  After signing up for the Waze CCP program at https://www.waze.com/ccp you should receive from Waze a sample URL in the format you have above.  The values from that URL that Waze provides for the URL parameters tk, ccp_partner_name, and polygon are what you need to pull out. 

0 Kudos