Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API for historical traffic data? [closed]

Does anyone know of a public API for historical traffic data?

Some quick googling pulls up an API from Yahoo which offers real-time data, but I'd be curious if anyone hosts a service for historical data - i.e., what was the "severity" (one of the attributes the Yahoo API returns) for a given location at a given date and time.

(I'm going to guess that such a thing doesn't exist today, or at least no public options, as this would be an immense amount of data to store, but it never hurts to ask...)

like image 960
matt b Avatar asked Jan 20 '10 20:01

matt b


People also ask

Can I get historical traffic data from Google Maps?

There is no historical traffic information available. The closest our experts could suggest is a paid product https://cloud.google.com/maps-platform/routes/.

Can I get traffic data from Google Maps API?

Google Maps traffic information is available via the Distance Matrix API, and to access it, the only thing you need to do is to get a developer key from Google. You can call the service up to 2,500 times in a 24-hour period for free, which should be fine for most advertisers.

What is traffic API?

The Traffic API is a suite of web services designed for developers to create web and mobile applications around real-time traffic. These web services can be used via RESTful APIs.

What is Google traffic API?

The Google Directions API allows you to query the api with a particular route and returns a JSON string or XML element as a result. This result includes the element - ' duration_in_traffic ' This indicates the total duration of the particular leg of the journey, taking into account current traffic conditions. (


1 Answers

While yahoo has shut down its traffic apis, there are a number of companies providing traffic information.

  • HERE from Nokia
  • Traffic API from Microsoft
  • Traffic API from MapQuest
  • Predictive Traffic API from INRIX
like image 123
Oren Bochman Avatar answered Oct 11 '22 23:10

Oren Bochman