Empowering cities to manage their traffic flows.

Predictive analytics, congestion management, and smart signal control mechanisms work together to alleviate traffic bottlenecks, ensuring smooth vehicular flow and reducing environmental impact.
This is the reason why StreetLight uses TomTom Traffic data to power its analytics platform.

Which kind of traffic information you need?
If you need to get bulk data for analisys, check the Intermediate Traffic Service. We have an FAQ page too!
For Online traffic APIs check our samples here.
TLDR; ??
Just check this cURL command:
curl 'https://api.tomtom.com/traffic/services/5/incidentDetails?key={Your_Api_Key}\ &bbox=4.8854,52.36934,4.89788,52.37496\ &language=en-GB\ &timeValidityFilter=present'
We are fetching the traffic incidents details from a region - specified here as a bounding box
{4.8854,52.36934,4.89788,52.37496}
For this example, you could get a response that details incidents - in this case a line of coordinates for a traffic jam -
{ "incidents": [ { "type": "Feature", "properties": { "iconCategory": 8 }, "geometry": { "type": "LineString", "coordinates": [ [4.8905266414, 52.3725919469], [4.8905306647, 52.372535656], [4.8905360291, 52.3724806443], [4.8905387113, 52.3724028603], [4.8905440757, 52.3723505607], [4.8905467579, 52.3722754886], [4.8905574868, 52.3721722195], [4.8905762622, 52.3719066767], [4.8905963788, 52.371663905], [4.8905936966, 52.371524454], [4.8905749211, 52.3714278871], [4.8905440757, 52.3713393544], [4.8905065248, 52.3712669418], [4.8904555628, 52.3711703743], [4.8904166708, 52.3711100387], [4.8903268168, 52.3709759593], [4.8901725898, 52.370765372], [4.8900062928, 52.370581651], [4.8899472842, 52.3705320104] ] } } ] }
Or perhaps you need to analyse certain areas of the city for different purposes:
Geomarketing projects - store locations, retail attractions, focused location advertisements, and billboard locations.
Tourism studies - access to information to help you understand popular points of interest and seasonal distribution.
Urban planning - analyze the most used routes, and studies of flow or tourism dynamics between popular points of interest.
Smart city programs - contributing as an input for Mobility studies.
With any of the previous use cases, the Origin/Destination Traffic analysis (O/D Analysis) will help you measure what is happening on the road.

more information about our traffic products in our tomtom.com website