Skip to content

Commit 2f0216f

Browse files
itsjoecoianktc
andauthored
[SOURCES] Add Boxcar commuter bus GTFS feed (NJ-NYC) (#1317)
* [SOURCES] Add Boxcar commuter bus GTFS feed (NJ-NYC) Boxcar operates private commuter bus routes between New Jersey and New York City (13 routes, 91 trips). Feed is auto-generated daily from live schedule data. Feed URL: https://boxcar-gtfs.vercel.app/api/gtfs Website: https://www.boxcar.com * add NJ Boxcar schedule feed * add extracted_on key * add latest key --------- Co-authored-by: itsjoeco <itsjoeco@users.noreply.github.com> Co-authored-by: Ian Chan <ianchan@mobilitydata.org>
1 parent 9d72900 commit 2f0216f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"mdb_source_id": 3105,
3+
"data_type": "gtfs",
4+
"provider": "Boxcar",
5+
"name": "Boxcar Commuter Bus",
6+
"location": {
7+
"country_code": "US",
8+
"subdivision_name": "New Jersey",
9+
"bounding_box": {
10+
"minimum_latitude": 40.5700,
11+
"maximum_latitude": 41.0200,
12+
"minimum_longitude": -74.6500,
13+
"maximum_longitude": -73.9600,
14+
"extracted_on": "2026-04-10T00:00:00+00:00"
15+
}
16+
},
17+
"urls": {
18+
"direct_download": "https://boxcar-gtfs.vercel.app/api/gtfs",
19+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-new-jersey-boxcar-gtfs-3105.zip?alt=media"
20+
}
21+
}

0 commit comments

Comments
 (0)