Wiki

Clone wiki

ma3route-api-documentation / Server Sent Events

Home

We have implemented Serve-sent Events HTTP servlets for traffic updates and driving reports

#!https
GET /ssetrafficupdates

To trigger Server-sent events for traffic updates, send a GET request to https://www.ma3route.com/findit-api/v2/json/ssetrafficupdates

#!https
GET /ssedrivingreports

To trigger Server-sent events for driving reports, send a GET request to https://www.ma3route.com/findit-api/v2/json/ssedrivingreports

Updated