// Accessed via document.getElementById('__nuxt')
// .__vue_app__.config.globalProperties.$pinia
{
"indexData": {
"systemStatus": [
{
"abbreviation": "NEC",
"service": "Rail",
"advisoryAlert": "0",
"message": "NEC train #3847 up to 20 min late..."
},
{
"abbreviation": "NJCL",
"service": "Rail",
"advisoryAlert": "1",
"message": "Possible delays due to track work"
},
{
"abbreviation": "87",
"service": "Bus",
"advisoryAlert": "1",
"message": "Bus 87: Detour in effect"
}
]
}
}
// Extracted from Nuxt's Apollo client cache
{
"ROOT_QUERY": {
"getTripPlannerSchedule({...})": [
{
"duration": "1 hr 22 min",
"fare": { "regularFare": "$16.75" },
"legs": [
{
"route": "NEC",
"routeType": "C", // C=Rail, B=Bus, L=LRT
"block": "3847", // train ID
"onStopDescription": "TRENTON TRANSIT CENTER",
"offStopDescription": "NEW YORK PENN STATION",
"onStopTime": "1:51 PM",
"offStopTime": "3:13 PM",
"sign": "Northeast Corrdr",
"colors": { "bg": "#F7505E", "txt": "#FFF" }
}
]
}
]
}
}