Traffic API Developer's Guide

Meta Resources

The table below documents HERE Traffic API resources that provide API version information, trigger self-tests on the API or to obtain XSDs.

Note: These requests use a HERE API Key to authenticate your request. For the available authentication options, see the Identity & Access Management Developer Guide.
Table 1. Additional Request Parameters
Resource URL variable Description Example Response
version   Processes requests for version information for HERE Traffic API, including the components that make up the Traffic Service.
https://traffic.ls.hereapi.com/traffic/6.0/version
Service: Traffic Service, Version: 6.0.159.0
exodus.html   Triggers a self-test on HERE Traffic API. If the service is not ready to serve tiles, a 404 error message results.
https://traffic.ls.hereapi.com/traffic/6.0/exodus.html
?apiKey={YOUR_API_KEY}
200 Ok
xsd incident.xsd Processes a request for the incidents version 2.4.1 XSD. This version is used with the /traffic/6.3/incidents endpoint
https://traffic.ls.hereapi.com/traffic/6.0/xsd/incident.xsd
?apiKey={YOUR_API_KEY}
                
XSD
xsd incident2.2.xsd Processes a request for the incidents version 2.2 XSD. This version is used with the /traffic/6.1/incidents endpoint
https://traffic.ls.hereapi.com/traffic/6.0/xsd/incident2.2.xsd
?apiKey={YOUR_API_KEY}
                
XSD
xsd incident2.3.xsd Processes a request for the incidents version 2.3 XSD. This version is used with the /traffic/6.2/incidents endpoint
https://traffic.ls.hereapi.com/traffic/6.0/xsd/incident2.3.xsd
?apiKey={YOUR_API_KEY}
                
XSD
xsd flow.xsd Processes a request for the flow version 3.2 XSD. This version is used with the /traffic/6.2/flow endpoint.
https://traffic.ls.hereapi.com/traffic/6.0/xsd/flow.xsd
?apiKey={YOUR_API_KEY}
                
XSD
xsd flow3.1.xsd Processes a request for the flow version 3.1 XSD. This version is used with the /traffic/6.1/flow endpoint.
https://traffic.ls.hereapi.com/traffic/6.0/xsd/flow3.1.xsd
?apiKey={YOUR_API_KEY}
                
XSD
xsd flow3.2.2.xsd Processes a request for the flow version 3.2.2 XSD. This version is used with the /traffic/6.3/flow endpoint.
https://traffic.ls.hereapi.com/traffic/6.0/xsd/flow3.2.2.xsd
?apiKey={YOUR_API_KEY}
                
XSD