https://github.com/mrflynn/bart-ridership-archive
:metro: Archive of daily ridership data from BART.
https://github.com/mrflynn/bart-ridership-archive
bart bay-area-rapid-transit data-archive dataset
Last synced: 5 days ago
JSON representation
:metro: Archive of daily ridership data from BART.
- Host: GitHub
- URL: https://github.com/mrflynn/bart-ridership-archive
- Owner: MrFlynn
- License: mit
- Created: 2023-01-01T07:11:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-23T07:31:19.000Z (16 days ago)
- Last Synced: 2026-05-23T09:29:04.159Z (16 days ago)
- Topics: bart, bay-area-rapid-transit, data-archive, dataset
- Language: JavaScript
- Homepage:
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BART Ridership Archive

An automatic, daily backup of ridership data from BART (Bay Area Rapid Transit)
saved as a JSON file.
## How it Works
BART (usually) updates a table on
[this page](https://www.bart.gov/news/articles/2025/news20250109-1) with daily
ridership numbers. This repository contains [a script](scripts/ridership.js)
that is executed with [flyscrape](https://github.com/philippta/flyscrape)
that parses the tables on this page and saves data to a JSON file called
`ridership.json`. This file can then be used for analyzing ridership trends, etc.
## License and Credit
The source code in this repository is licensed under the [MIT](LICENSE) license.
Ridership data is sourced from the [Bay Area Rapid Transit District](bart.gov).