-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This API is returning the incorrect route for the "33rd Street" line. Below is an example response from the demo site where the line name is "33rd Street" but the route is JSQ_33_HOB
. I've also included a screenshot from the official PATH website during the same time, which confirms the expected route is "33rd Street" without stopping at Hoboken.
I noticed this when using the downstream path-train-gtfs-realtime API. I am working on a patch to handle this case within that project for now. Please let me know if there's any further details I can provide, and thanks for your work on this project!
{
"upcomingTrains": [
{
"lineName": "33rd Street",
"headsign": "33rd Street",
"route": "JSQ_33_HOB",
"routeDisplayName": "Journal Square - 33rd Street (via Hoboken)",
"direction": "TO_NY",
"lineColors": [
"#FF9900"
],
"status": "ON_TIME",
"projectedArrival": "2023-12-27T00:09:21Z",
"lastUpdated": "2023-12-27T00:01:24Z"
},
]
}
Metadata
Metadata
Assignees
Labels
No labels