Tell me more ×
Open Data Stack Exchange is a question and answer site for developers and researchers interested in open data. It's 100% free, no registration required.

As far as I can tell open data is mostly offered as some kind of file download, that contains the complete data set. I'm aware of some Web services, e. g. World Bank API, that allow you to feed a subset of data into your application, but I do know just one real-time open data feed, namely earthquake data from the USGS.

Do you know and have you used any other real-time open data feeds?

share|improve this question
Be aware that 'real time' has a specific meaning in some communities regarding latency. The data I deal with generally isn't available for 10-15 minutes due to downlink times & processing, so is considered to be NRT (near real time), not 'real time'. (and that's when it's on time ... we sometimes have delays of a day or more) – Joe Jul 5 at 20:04
1  
Right real-time is a fuzzy term the way it's used in the web context. Data updated every few minutes is definitely interesting for me. Most of the open data sources I'm aware of are updated far less frequently. – ramiro Jul 5 at 20:15

4 Answers

up vote 2 down vote accepted

You can find a wealth of government APIs at the Data.gov developer page.

As far as real-time nature of the data feeds, the APIs vary in their update frequency. For example, flight status from the FAA updates every 10 - 15 minutes:

share|improve this answer
Cool thanks! I'll dig into this wealth of resources. – ramiro Jul 5 at 20:06

I've recently started using Exversion to find open data. They're effectively a search engine for it, and they have a fairly robust API that lets you play around with whatever you're looking for.

As far as real time data, that's tough, I know NOAA publishes this, the FAA, voting data is live during election night, and there are a few others, like the Earthquake data, but it's far and few between.

Hope that helps.

share|improve this answer

A number of municipalities have implemented the Open311 protocol, which allows near-realtime access to municipal service requests.

A list of known installations: http://wiki.open311.org/GeoReport_v2/Servers

share|improve this answer

It takes a while before an API evolves a community and demand for real-time. Some APIs and their topic immediately demand the need for real-time. Twitter, Chat, etc.

I'm more seeing API driven real-time platform evolve that you can use as layer on top of existing APis to get the real-time features you need.

I'm tracking these providers like Pusher and SuperFeedr, you can see full list at my Real-Time @ API Evangelist.

share|improve this answer
Perhaps you can expand to show some additional examples from your new work in the US government? – Jeanne Holm 17 hours ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.