Hi All,
I decided to create a simple API that allows users to download GTFS realtime data from the past. The motivation to create this archive was because of unreliable data availability (see
here).
For now, I just wanted to see if people find this useful. If there is a positive response, I will simplify the API endpoints (it's way too verbose at the moment), come up with a good name for the API (suggestions welcome), and change the throttling rate to a more reasonable limit. Please let me know what you guys think - I'm open to constructive criticism.
####################################################################################################
Description: Archive of MTA's GTFS-Realtime feeds. Packaged into archives every hour (one per feed).
Every archive contains 120 files as the feed is generated every 30 seconds.
For list of feeds, see:
Archives are named in the following format:
{feed}-{year}-{month}-{day}-{hour}.tar.bz2
e.g. feed26-2018-04-28-00.tar.bz2
To access via API, use following URL structure:
Archive Start: 16:00:00 EST, 27 April 2018
Throttling: Limited to 10 requests per second
####################################################################################################
Note: If this is against MTA's
policy, I will gladly take the service down immediately.