Fellow Apps for Detroit participants,
We're very happy to announce beta access to awesome new City data: real-time bus arrival times.
Code for America has been working with the Mayor's office and the Detroit Department of Transportation (DDOT) on public, real-time bus data. When we launch that system later this year, we will also provide an API, so that independent developers can access the same data and build other useful applications.
The beta of that API is available to you for testing and app development today.
We use the open-source OneBusAway platform to provide the API. Check out the API documentation to get started.
Our pre-launch base url is:
http://ddot-beta.herokuapp.com/api/api/
For example, to find the agency IDs, you would hit:
http://ddot-beta.herokuapp.com/api/api/where/agencies-with-coverage.json?key=BETA
If you notice something that's not right, please send us an e-mail: detroit@codeforamerica.org.