Metadata about GTFS and GTFS Realtime feeds scraped from the TransitFeeds/OpenMobilityData API.
- all feed metadata in a single JSON file
- all feed version metadata in a single JSON file
- list of URLs to download archived feed versions from S3
- Get an API key from https://transitfeeds.com/api/ and provide it in an environment variable called
TRANSITFEEDS_API_KEY
pipenv install
- Download all pages of
getFeeds
andgetFeedVersions
endpoints:python scrape-transitfeeds.py get
- Merge together JSON files for each page:
python scrape-transitfeeds.py merge
- Get direct S3 download URLs for feed versions
python scrape-transitfeeds.py s3urls
All of OpenMobilityData's metadata, including the API and site contents, are made available under Creative Commons CC0 (CC0).
according to https://transitfeeds.com/about accessed on 27 August 2021.
- Transitland platform to browse most of these feeds and query their contents using APIs
- Mobility Database under development by MobilityData